Shades of Sahara #B19B2D
Tints of Sahara #B19B2D
RGB
CMYK
RGB Variations
Color information
#B19B2D (or 0xB19B2D) is known color: Sahara. HEX triplet: B1, 9B and 2D. RGB value is (177,155,45). Sum of RGB (Red+Green+Blue) = 177+155+45=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B2D is #4E64D2. Grayscale: #959595. Windows color (decimal): -5137619 or 2988977. OLE color: 2988977.
HSL color Cylindrical-coordinate representation of color #B19B2D: hue angle of 50º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B19B2D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 45 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.31 |
| HSL | 50º | 0.59% | 0.44% | - |
| HSV(B) | 50º | 0.75% | 0.69% | - |
| XYZ | 30.33 | 32.98 | 7.25 | - |
| YUV | 149.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 45 | 0 | 0.12 | 0.75 | 0.31 | 50 | 0.59 | 0.44 |
| Hex | B1 | 9B | 2D | 0 | C | 4B | 1F | 32 | 3B | 2C |
| Octal | 261 | 233 | 55 | 0 | 14 | 113 | 37 | 62 | 73 | 54 |
| Binary | 10110001 | 10011011 | 101101 | 0 | 1100 | 1001011 | 11111 | 110010 | 111011 | 101100 |
Color Harmonies of #B19B2D
Complementary color
Monochromatic Colors of #B19B2D
Black with #B19B2D
Text Example
Text Example
White with #B19B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B2D; }
p { color: rgb(177,155,45); }
H1.HeaderClassName
{
color: #B19B2D;
}
.AnyTagClassName
{
color: #B19B2D;
}
</style>
background-color css
<style>
a { background-color: #B19B2D; }
a { background-color: rgb(177,155,45); }
div.DivClassName
{
background-color: #B19B2D;
}
.BgClassName
{
background-color: #B19B2D;
}
</style>
border-color css
<style>
span { border-color: #B19B2D; }
span { border-color: rgb(177,155,45); }
td.TdClassName
{
border-color: #B19B2D;
}
.TagClassName
{
border-color: #B19B2D;
}
</style>