Shades of Sahara #B48F1D
Tints of Sahara #B48F1D
RGB
CMYK
RGB Variations
Color information
#B48F1D (or 0xB48F1D) is known color: Sahara. HEX triplet: B4, 8F and 1D. RGB value is (180,143,29). Sum of RGB (Red+Green+Blue) = 180+143+29=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F1D is #4B70E2. Grayscale: #8D8D8D. Windows color (decimal): -4944099 or 1937332. OLE color: 1937332.
HSL color Cylindrical-coordinate representation of color #B48F1D: hue angle of 45.3º degrees, saturation: 0.72, 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 #B48F1D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 29 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.29 |
| HSL | 45.3º | 0.72% | 0.41% | - |
| HSV(B) | 45.3º | 0.84% | 0.71% | - |
| XYZ | 28.87 | 29.44 | 5.32 | - |
| YUV | 141.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 29 | 0 | 0.21 | 0.84 | 0.29 | 45.3 | 0.72 | 0.41 |
| Hex | B4 | 8F | 1D | 0 | 15 | 54 | 1D | 2D | 48 | 29 |
| Octal | 264 | 217 | 35 | 0 | 25 | 124 | 35 | 55 | 110 | 51 |
| Binary | 10110100 | 10001111 | 11101 | 0 | 10101 | 1010100 | 11101 | 101101 | 1001000 | 101001 |
Color Harmonies of #B48F1D
Complementary color
Monochromatic Colors of #B48F1D
Black with #B48F1D
Text Example
Text Example
White with #B48F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F1D; }
p { color: rgb(180,143,29); }
H1.HeaderClassName
{
color: #B48F1D;
}
.AnyTagClassName
{
color: #B48F1D;
}
</style>
background-color css
<style>
a { background-color: #B48F1D; }
a { background-color: rgb(180,143,29); }
div.DivClassName
{
background-color: #B48F1D;
}
.BgClassName
{
background-color: #B48F1D;
}
</style>
border-color css
<style>
span { border-color: #B48F1D; }
span { border-color: rgb(180,143,29); }
td.TdClassName
{
border-color: #B48F1D;
}
.TagClassName
{
border-color: #B48F1D;
}
</style>