Shades of Sahara #B19C2F
Tints of Sahara #B19C2F
RGB
CMYK
RGB Variations
Color information
#B19C2F (or 0xB19C2F) is known color: Sahara. HEX triplet: B1, 9C and 2F. RGB value is (177,156,47). Sum of RGB (Red+Green+Blue) = 177+156+47=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C2F is #4E63D0. Grayscale: #969696. Windows color (decimal): -5137361 or 3120305. OLE color: 3120305.
HSL color Cylindrical-coordinate representation of color #B19C2F: hue angle of 50.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B19C2F is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 47 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.31 |
| HSL | 50.31º | 0.58% | 0.44% | - |
| HSV(B) | 50.31º | 0.73% | 0.69% | - |
| XYZ | 30.53 | 33.33 | 7.51 | - |
| YUV | 149.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 47 | 0 | 0.12 | 0.73 | 0.31 | 50.31 | 0.58 | 0.44 |
| Hex | B1 | 9C | 2F | 0 | C | 49 | 1F | 32 | 3A | 2C |
| Octal | 261 | 234 | 57 | 0 | 14 | 111 | 37 | 62 | 72 | 54 |
| Binary | 10110001 | 10011100 | 101111 | 0 | 1100 | 1001001 | 11111 | 110010 | 111010 | 101100 |
Color Harmonies of #B19C2F
Complementary color
Monochromatic Colors of #B19C2F
Black with #B19C2F
Text Example
Text Example
White with #B19C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C2F; }
p { color: rgb(177,156,47); }
H1.HeaderClassName
{
color: #B19C2F;
}
.AnyTagClassName
{
color: #B19C2F;
}
</style>
background-color css
<style>
a { background-color: #B19C2F; }
a { background-color: rgb(177,156,47); }
div.DivClassName
{
background-color: #B19C2F;
}
.BgClassName
{
background-color: #B19C2F;
}
</style>
border-color css
<style>
span { border-color: #B19C2F; }
span { border-color: rgb(177,156,47); }
td.TdClassName
{
border-color: #B19C2F;
}
.TagClassName
{
border-color: #B19C2F;
}
</style>