Shades of Sahara #B89B2D
Tints of Sahara #B89B2D
RGB
CMYK
RGB Variations
Color information
#B89B2D (or 0xB89B2D) is known color: Sahara. HEX triplet: B8, 9B and 2D. RGB value is (184,155,45). Sum of RGB (Red+Green+Blue) = 184+155+45=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89B2D is #4764D2. Grayscale: #979797. Windows color (decimal): -4678867 or 2988984. OLE color: 2988984.
HSL color Cylindrical-coordinate representation of color #B89B2D: hue angle of 47.48º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B89B2D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 45 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.28 |
| HSL | 47.48º | 0.61% | 0.45% | - |
| HSV(B) | 47.48º | 0.76% | 0.72% | - |
| XYZ | 31.96 | 33.82 | 7.33 | - |
| YUV | 151.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 45 | 0 | 0.16 | 0.76 | 0.28 | 47.48 | 0.61 | 0.45 |
| Hex | B8 | 9B | 2D | 0 | 10 | 4C | 1C | 2F | 3D | 2D |
| Octal | 270 | 233 | 55 | 0 | 20 | 114 | 34 | 57 | 75 | 55 |
| Binary | 10111000 | 10011011 | 101101 | 0 | 10000 | 1001100 | 11100 | 101111 | 111101 | 101101 |
Color Harmonies of #B89B2D
Complementary color
Monochromatic Colors of #B89B2D
Black with #B89B2D
Text Example
Text Example
White with #B89B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B2D; }
p { color: rgb(184,155,45); }
H1.HeaderClassName
{
color: #B89B2D;
}
.AnyTagClassName
{
color: #B89B2D;
}
</style>
background-color css
<style>
a { background-color: #B89B2D; }
a { background-color: rgb(184,155,45); }
div.DivClassName
{
background-color: #B89B2D;
}
.BgClassName
{
background-color: #B89B2D;
}
</style>
border-color css
<style>
span { border-color: #B89B2D; }
span { border-color: rgb(184,155,45); }
td.TdClassName
{
border-color: #B89B2D;
}
.TagClassName
{
border-color: #B89B2D;
}
</style>