Shades of Sahara #B89926
Tints of Sahara #B89926
RGB
CMYK
RGB Variations
Color information
#B89926 (or 0xB89926) is known color: Sahara. HEX triplet: B8, 99 and 26. RGB value is (184,153,38). Sum of RGB (Red+Green+Blue) = 184+153+38=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B89926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89926 is #4766D9. Grayscale: #959595. Windows color (decimal): -4679386 or 2529720. OLE color: 2529720.
HSL color Cylindrical-coordinate representation of color #B89926: hue angle of 47.26º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B89926 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 38 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.28 |
| HSL | 47.26º | 0.66% | 0.44% | - |
| HSV(B) | 47.26º | 0.79% | 0.72% | - |
| XYZ | 31.51 | 33.11 | 6.56 | - |
| YUV | 149.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 38 | 0 | 0.17 | 0.79 | 0.28 | 47.26 | 0.66 | 0.44 |
| Hex | B8 | 99 | 26 | 0 | 11 | 4F | 1C | 2F | 42 | 2C |
| Octal | 270 | 231 | 46 | 0 | 21 | 117 | 34 | 57 | 102 | 54 |
| Binary | 10111000 | 10011001 | 100110 | 0 | 10001 | 1001111 | 11100 | 101111 | 1000010 | 101100 |
Color Harmonies of #B89926
Complementary color
Monochromatic Colors of #B89926
Black with #B89926
Text Example
Text Example
White with #B89926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89926; }
p { color: rgb(184,153,38); }
H1.HeaderClassName
{
color: #B89926;
}
.AnyTagClassName
{
color: #B89926;
}
</style>
background-color css
<style>
a { background-color: #B89926; }
a { background-color: rgb(184,153,38); }
div.DivClassName
{
background-color: #B89926;
}
.BgClassName
{
background-color: #B89926;
}
</style>
border-color css
<style>
span { border-color: #B89926; }
span { border-color: rgb(184,153,38); }
td.TdClassName
{
border-color: #B89926;
}
.TagClassName
{
border-color: #B89926;
}
</style>