Shades of Sahara #B28C1C
Tints of Sahara #B28C1C
RGB
CMYK
RGB Variations
Color information
#B28C1C (or 0xB28C1C) is known color: Sahara. HEX triplet: B2, 8C and 1C. RGB value is (178,140,28). Sum of RGB (Red+Green+Blue) = 178+140+28=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C1C is #4D73E3. Grayscale: #8B8B8B. Windows color (decimal): -5075940 or 1871026. OLE color: 1871026.
HSL color Cylindrical-coordinate representation of color #B28C1C: hue angle of 44.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B28C1C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 28 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.30 |
| HSL | 44.8º | 0.73% | 0.4% | - |
| HSV(B) | 44.8º | 0.84% | 0.7% | - |
| XYZ | 27.95 | 28.3 | 5.09 | - |
| YUV | 138.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 28 | 0 | 0.21 | 0.84 | 0.30 | 44.8 | 0.73 | 0.4 |
| Hex | B2 | 8C | 1C | 0 | 15 | 54 | 1E | 2D | 49 | 28 |
| Octal | 262 | 214 | 34 | 0 | 25 | 124 | 36 | 55 | 111 | 50 |
| Binary | 10110010 | 10001100 | 11100 | 0 | 10101 | 1010100 | 11110 | 101101 | 1001001 | 101000 |
Color Harmonies of #B28C1C
Complementary color
Monochromatic Colors of #B28C1C
Black with #B28C1C
Text Example
Text Example
White with #B28C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C1C; }
p { color: rgb(178,140,28); }
H1.HeaderClassName
{
color: #B28C1C;
}
.AnyTagClassName
{
color: #B28C1C;
}
</style>
background-color css
<style>
a { background-color: #B28C1C; }
a { background-color: rgb(178,140,28); }
div.DivClassName
{
background-color: #B28C1C;
}
.BgClassName
{
background-color: #B28C1C;
}
</style>
border-color css
<style>
span { border-color: #B28C1C; }
span { border-color: rgb(178,140,28); }
td.TdClassName
{
border-color: #B28C1C;
}
.TagClassName
{
border-color: #B28C1C;
}
</style>