Shades of Sahara #B38F1D
Tints of Sahara #B38F1D
RGB
CMYK
RGB Variations
Color information
#B38F1D (or 0xB38F1D) is known color: Sahara. HEX triplet: B3, 8F and 1D. RGB value is (179,143,29). Sum of RGB (Red+Green+Blue) = 179+143+29=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F1D is #4C70E2. Grayscale: #8D8D8D. Windows color (decimal): -5009635 or 1937331. OLE color: 1937331.
HSL color Cylindrical-coordinate representation of color #B38F1D: hue angle of 45.6º degrees, saturation: 0.72, 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 #B38F1D is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 29 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.30 |
| HSL | 45.6º | 0.72% | 0.41% | - |
| HSV(B) | 45.6º | 0.84% | 0.7% | - |
| XYZ | 28.63 | 29.32 | 5.31 | - |
| YUV | 140.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 29 | 0 | 0.20 | 0.84 | 0.30 | 45.6 | 0.72 | 0.41 |
| Hex | B3 | 8F | 1D | 0 | 14 | 54 | 1E | 2E | 48 | 29 |
| Octal | 263 | 217 | 35 | 0 | 24 | 124 | 36 | 56 | 110 | 51 |
| Binary | 10110011 | 10001111 | 11101 | 0 | 10100 | 1010100 | 11110 | 101110 | 1001000 | 101001 |
Color Harmonies of #B38F1D
Complementary color
Monochromatic Colors of #B38F1D
Black with #B38F1D
Text Example
Text Example
White with #B38F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F1D; }
p { color: rgb(179,143,29); }
H1.HeaderClassName
{
color: #B38F1D;
}
.AnyTagClassName
{
color: #B38F1D;
}
</style>
background-color css
<style>
a { background-color: #B38F1D; }
a { background-color: rgb(179,143,29); }
div.DivClassName
{
background-color: #B38F1D;
}
.BgClassName
{
background-color: #B38F1D;
}
</style>
border-color css
<style>
span { border-color: #B38F1D; }
span { border-color: rgb(179,143,29); }
td.TdClassName
{
border-color: #B38F1D;
}
.TagClassName
{
border-color: #B38F1D;
}
</style>