Shades of Sahara #B48D1C
Tints of Sahara #B48D1C
RGB
CMYK
RGB Variations
Color information
#B48D1C (or 0xB48D1C) is known color: Sahara. HEX triplet: B4, 8D and 1C. RGB value is (180,141,28). Sum of RGB (Red+Green+Blue) = 180+141+28=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D1C is #4B72E3. Grayscale: #8C8C8C. Windows color (decimal): -4944612 or 1871284. OLE color: 1871284.
HSL color Cylindrical-coordinate representation of color #B48D1C: hue angle of 44.61º degrees, saturation: 0.73, 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 #B48D1C is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 28 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.29 |
| HSL | 44.61º | 0.73% | 0.41% | - |
| HSV(B) | 44.61º | 0.84% | 0.71% | - |
| XYZ | 28.56 | 28.84 | 5.16 | - |
| YUV | 139.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 28 | 0 | 0.22 | 0.84 | 0.29 | 44.61 | 0.73 | 0.41 |
| Hex | B4 | 8D | 1C | 0 | 16 | 54 | 1D | 2D | 49 | 29 |
| Octal | 264 | 215 | 34 | 0 | 26 | 124 | 35 | 55 | 111 | 51 |
| Binary | 10110100 | 10001101 | 11100 | 0 | 10110 | 1010100 | 11101 | 101101 | 1001001 | 101001 |
Color Harmonies of #B48D1C
Complementary color
Monochromatic Colors of #B48D1C
Black with #B48D1C
Text Example
Text Example
White with #B48D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D1C; }
p { color: rgb(180,141,28); }
H1.HeaderClassName
{
color: #B48D1C;
}
.AnyTagClassName
{
color: #B48D1C;
}
</style>
background-color css
<style>
a { background-color: #B48D1C; }
a { background-color: rgb(180,141,28); }
div.DivClassName
{
background-color: #B48D1C;
}
.BgClassName
{
background-color: #B48D1C;
}
</style>
border-color css
<style>
span { border-color: #B48D1C; }
span { border-color: rgb(180,141,28); }
td.TdClassName
{
border-color: #B48D1C;
}
.TagClassName
{
border-color: #B48D1C;
}
</style>