Shades of Sahara #B89925
Tints of Sahara #B89925
RGB
CMYK
RGB Variations
Color information
#B89925 (or 0xB89925) is known color: Sahara. HEX triplet: B8, 99 and 25. RGB value is (184,153,37). Sum of RGB (Red+Green+Blue) = 184+153+37=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B89925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89925 is #4766DA. Grayscale: #959595. Windows color (decimal): -4679387 or 2464184. OLE color: 2464184.
HSL color Cylindrical-coordinate representation of color #B89925: hue angle of 47.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B89925 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 37 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.28 |
| HSL | 47.35º | 0.67% | 0.43% | - |
| HSV(B) | 47.35º | 0.8% | 0.72% | - |
| XYZ | 31.49 | 33.11 | 6.48 | - |
| YUV | 149.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 37 | 0 | 0.17 | 0.80 | 0.28 | 47.35 | 0.67 | 0.43 |
| Hex | B8 | 99 | 25 | 0 | 11 | 50 | 1C | 2F | 43 | 2B |
| Octal | 270 | 231 | 45 | 0 | 21 | 120 | 34 | 57 | 103 | 53 |
| Binary | 10111000 | 10011001 | 100101 | 0 | 10001 | 1010000 | 11100 | 101111 | 1000011 | 101011 |
Color Harmonies of #B89925
Complementary color
Monochromatic Colors of #B89925
Black with #B89925
Text Example
Text Example
White with #B89925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89925; }
p { color: rgb(184,153,37); }
H1.HeaderClassName
{
color: #B89925;
}
.AnyTagClassName
{
color: #B89925;
}
</style>
background-color css
<style>
a { background-color: #B89925; }
a { background-color: rgb(184,153,37); }
div.DivClassName
{
background-color: #B89925;
}
.BgClassName
{
background-color: #B89925;
}
</style>
border-color css
<style>
span { border-color: #B89925; }
span { border-color: rgb(184,153,37); }
td.TdClassName
{
border-color: #B89925;
}
.TagClassName
{
border-color: #B89925;
}
</style>