Shades of Sahara #B5921D
Tints of Sahara #B5921D
RGB
CMYK
RGB Variations
Color information
#B5921D (or 0xB5921D) is known color: Sahara. HEX triplet: B5, 92 and 1D. RGB value is (181,146,29). Sum of RGB (Red+Green+Blue) = 181+146+29=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5921D is #4A6DE2. Grayscale: #8F8F8F. Windows color (decimal): -4877795 or 1938101. OLE color: 1938101.
HSL color Cylindrical-coordinate representation of color #B5921D: hue angle of 46.18º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5921D is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 29 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.29 |
| HSL | 46.18º | 0.72% | 0.41% | - |
| HSV(B) | 46.18º | 0.84% | 0.71% | - |
| XYZ | 29.56 | 30.47 | 5.49 | - |
| YUV | 143.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 29 | 0 | 0.19 | 0.84 | 0.29 | 46.18 | 0.72 | 0.41 |
| Hex | B5 | 92 | 1D | 0 | 13 | 54 | 1D | 2E | 48 | 29 |
| Octal | 265 | 222 | 35 | 0 | 23 | 124 | 35 | 56 | 110 | 51 |
| Binary | 10110101 | 10010010 | 11101 | 0 | 10011 | 1010100 | 11101 | 101110 | 1001000 | 101001 |
Color Harmonies of #B5921D
Complementary color
Monochromatic Colors of #B5921D
Black with #B5921D
Text Example
Text Example
White with #B5921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5921D; }
p { color: rgb(181,146,29); }
H1.HeaderClassName
{
color: #B5921D;
}
.AnyTagClassName
{
color: #B5921D;
}
</style>
background-color css
<style>
a { background-color: #B5921D; }
a { background-color: rgb(181,146,29); }
div.DivClassName
{
background-color: #B5921D;
}
.BgClassName
{
background-color: #B5921D;
}
</style>
border-color css
<style>
span { border-color: #B5921D; }
span { border-color: rgb(181,146,29); }
td.TdClassName
{
border-color: #B5921D;
}
.TagClassName
{
border-color: #B5921D;
}
</style>