Color spaces of #b89492
RGB | 184 | 148 | 146 |
---|---|---|---|
HSL | 0.01 | 0.21 | 0.65 |
HSV | 3° | 21° | 72° |
CMYK | 0.00 | 0.20 | 0.21 0.28 |
XYZ | 35.5454 | 33.4455 | 31.7763 |
Yxy | 33.4455 | 0.3527 | 0.3319 |
Hunter Lab | 57.8321 | 8.5055 | 7.9051 |
CIE-Lab | 64.5200 | 13.1652 | 6.1663 |
#b89492 color RGB value is (184,148,146).
#b89492 hex color red value is 184, green value is 148 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b89492 hue: 0.01 , saturation: 0.21 and the lightness value of b89492 is 0.65.
The process color (four color CMYK) of #b89492 color hex is 0.00, 0.20, 0.21, 0.28. Web safe color of #b89492 is #cc9999. Color #b89492 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10010100 | 10010010 |
Octal | 270 | 224 | 222 |
Decimal | 184 | 148 | 146 |
Hex | B8 | 94 | 92 |
Shades of #b89492
Tints of #b89492
RGB Percentages of Color #b89492
CMYK Percentages of Color #b89492
Complementary Color
#b89492 | #92b6b8 |
#b89492 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b89492 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b89492 Color CSS Codes
.mybgcolor {background-color:#b89492; } .myforecolor {color:#b89492; } .mybordercolor {border:3px solid #b89492; }
#b89492 Text Font Color
<p style="color:#b89492">Text here</p>
This sample text font color is #b89492
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b89492 Background Color
<div style="background-color:#b89492">
Div content here</div>
This div background color is #b89492
#b89492 Border Color
<div style="border:3px solid #b89492">
Div here</div>
This div border color is #b89492
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,148,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b89492; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b89492; -webkit-box-shadow: 1px 1px 3px 2px #b89492; box-shadow: 1px 1px 3px 2px #b89492; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,148,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b89492">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b89492; -webkit-box-shadow: 1px 1px 3px 2px #b89492; box-shadow: 1px 1px 3px 2px #b89492;">
Div content here</div>
This div box has shadow with color #b89492
Comments
No comments written yet.
Please login to write comment.