Shades of Sahara #B38F1C
Tints of Sahara #B38F1C
RGB
CMYK
RGB Variations
Color information
#B38F1C (or 0xB38F1C) is known color: Sahara. HEX triplet: B3, 8F and 1C. RGB value is (179,143,28). Sum of RGB (Red+Green+Blue) = 179+143+28=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F1C is #4C70E3. Grayscale: #8D8D8D. Windows color (decimal): -5009636 or 1871795. OLE color: 1871795.
HSL color Cylindrical-coordinate representation of color #B38F1C: hue angle of 45.7º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B38F1C is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 28 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.30 |
| HSL | 45.7º | 0.73% | 0.41% | - |
| HSV(B) | 45.7º | 0.84% | 0.7% | - |
| XYZ | 28.62 | 29.31 | 5.25 | - |
| YUV | 140.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 28 | 0 | 0.20 | 0.84 | 0.30 | 45.7 | 0.73 | 0.41 |
| Hex | B3 | 8F | 1C | 0 | 14 | 54 | 1E | 2E | 49 | 29 |
| Octal | 263 | 217 | 34 | 0 | 24 | 124 | 36 | 56 | 111 | 51 |
| Binary | 10110011 | 10001111 | 11100 | 0 | 10100 | 1010100 | 11110 | 101110 | 1001001 | 101001 |
Color Harmonies of #B38F1C
Complementary color
Monochromatic Colors of #B38F1C
Black with #B38F1C
Text Example
Text Example
White with #B38F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F1C; }
p { color: rgb(179,143,28); }
H1.HeaderClassName
{
color: #B38F1C;
}
.AnyTagClassName
{
color: #B38F1C;
}
</style>
background-color css
<style>
a { background-color: #B38F1C; }
a { background-color: rgb(179,143,28); }
div.DivClassName
{
background-color: #B38F1C;
}
.BgClassName
{
background-color: #B38F1C;
}
</style>
border-color css
<style>
span { border-color: #B38F1C; }
span { border-color: rgb(179,143,28); }
td.TdClassName
{
border-color: #B38F1C;
}
.TagClassName
{
border-color: #B38F1C;
}
</style>