Shades of Sahara #B5932A
Tints of Sahara #B5932A
RGB
CMYK
RGB Variations
Color information
#B5932A (or 0xB5932A) is known color: Sahara. HEX triplet: B5, 93 and 2A. RGB value is (181,147,42). Sum of RGB (Red+Green+Blue) = 181+147+42=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5932A is #4A6CD5. Grayscale: #919191. Windows color (decimal): -4877526 or 2790325. OLE color: 2790325.
HSL color Cylindrical-coordinate representation of color #B5932A: hue angle of 45.32º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5932A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 42 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.29 |
| HSL | 45.32º | 0.62% | 0.44% | - |
| HSV(B) | 45.32º | 0.77% | 0.71% | - |
| XYZ | 29.91 | 30.86 | 6.57 | - |
| YUV | 145.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 42 | 0 | 0.19 | 0.77 | 0.29 | 45.32 | 0.62 | 0.44 |
| Hex | B5 | 93 | 2A | 0 | 13 | 4D | 1D | 2D | 3E | 2C |
| Octal | 265 | 223 | 52 | 0 | 23 | 115 | 35 | 55 | 76 | 54 |
| Binary | 10110101 | 10010011 | 101010 | 0 | 10011 | 1001101 | 11101 | 101101 | 111110 | 101100 |
Color Harmonies of #B5932A
Complementary color
Monochromatic Colors of #B5932A
Black with #B5932A
Text Example
Text Example
White with #B5932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5932A; }
p { color: rgb(181,147,42); }
H1.HeaderClassName
{
color: #B5932A;
}
.AnyTagClassName
{
color: #B5932A;
}
</style>
background-color css
<style>
a { background-color: #B5932A; }
a { background-color: rgb(181,147,42); }
div.DivClassName
{
background-color: #B5932A;
}
.BgClassName
{
background-color: #B5932A;
}
</style>
border-color css
<style>
span { border-color: #B5932A; }
span { border-color: rgb(181,147,42); }
td.TdClassName
{
border-color: #B5932A;
}
.TagClassName
{
border-color: #B5932A;
}
</style>