Shades of Sahara #B28C20
Tints of Sahara #B28C20
RGB
CMYK
RGB Variations
Color information
#B28C20 (or 0xB28C20) is known color: Sahara. HEX triplet: B2, 8C and 20. RGB value is (178,140,32). Sum of RGB (Red+Green+Blue) = 178+140+32=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C20 is #4D73DF. Grayscale: #8B8B8B. Windows color (decimal): -5075936 or 2133170. OLE color: 2133170.
HSL color Cylindrical-coordinate representation of color #B28C20: hue angle of 44.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B28C20 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 32 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.30 |
| HSL | 44.38º | 0.7% | 0.41% | - |
| HSV(B) | 44.38º | 0.82% | 0.7% | - |
| XYZ | 28 | 28.33 | 5.36 | - |
| YUV | 139.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 32 | 0 | 0.21 | 0.82 | 0.30 | 44.38 | 0.7 | 0.41 |
| Hex | B2 | 8C | 20 | 0 | 15 | 52 | 1E | 2C | 46 | 29 |
| Octal | 262 | 214 | 40 | 0 | 25 | 122 | 36 | 54 | 106 | 51 |
| Binary | 10110010 | 10001100 | 100000 | 0 | 10101 | 1010010 | 11110 | 101100 | 1000110 | 101001 |
Color Harmonies of #B28C20
Complementary color
Monochromatic Colors of #B28C20
Black with #B28C20
Text Example
Text Example
White with #B28C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C20; }
p { color: rgb(178,140,32); }
H1.HeaderClassName
{
color: #B28C20;
}
.AnyTagClassName
{
color: #B28C20;
}
</style>
background-color css
<style>
a { background-color: #B28C20; }
a { background-color: rgb(178,140,32); }
div.DivClassName
{
background-color: #B28C20;
}
.BgClassName
{
background-color: #B28C20;
}
</style>
border-color css
<style>
span { border-color: #B28C20; }
span { border-color: rgb(178,140,32); }
td.TdClassName
{
border-color: #B28C20;
}
.TagClassName
{
border-color: #B28C20;
}
</style>