Shades of Sahara #B89425
Tints of Sahara #B89425
RGB
CMYK
RGB Variations
Color information
#B89425 (or 0xB89425) is known color: Sahara. HEX triplet: B8, 94 and 25. RGB value is (184,148,37). Sum of RGB (Red+Green+Blue) = 184+148+37=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B89425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89425 is #476BDA. Grayscale: #929292. Windows color (decimal): -4680667 or 2462904. OLE color: 2462904.
HSL color Cylindrical-coordinate representation of color #B89425: hue angle of 45.31º 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 #B89425 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 37 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.28 |
| HSL | 45.31º | 0.67% | 0.43% | - |
| HSV(B) | 45.31º | 0.8% | 0.72% | - |
| XYZ | 30.69 | 31.5 | 6.21 | - |
| YUV | 146.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 37 | 0 | 0.20 | 0.80 | 0.28 | 45.31 | 0.67 | 0.43 |
| Hex | B8 | 94 | 25 | 0 | 14 | 50 | 1C | 2D | 43 | 2B |
| Octal | 270 | 224 | 45 | 0 | 24 | 120 | 34 | 55 | 103 | 53 |
| Binary | 10111000 | 10010100 | 100101 | 0 | 10100 | 1010000 | 11100 | 101101 | 1000011 | 101011 |
Color Harmonies of #B89425
Complementary color
Monochromatic Colors of #B89425
Black with #B89425
Text Example
Text Example
White with #B89425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89425; }
p { color: rgb(184,148,37); }
H1.HeaderClassName
{
color: #B89425;
}
.AnyTagClassName
{
color: #B89425;
}
</style>
background-color css
<style>
a { background-color: #B89425; }
a { background-color: rgb(184,148,37); }
div.DivClassName
{
background-color: #B89425;
}
.BgClassName
{
background-color: #B89425;
}
</style>
border-color css
<style>
span { border-color: #B89425; }
span { border-color: rgb(184,148,37); }
td.TdClassName
{
border-color: #B89425;
}
.TagClassName
{
border-color: #B89425;
}
</style>