Shades of Sahara #BF9B2B
Tints of Sahara #BF9B2B
RGB
CMYK
RGB Variations
Color information
#BF9B2B (or 0xBF9B2B) is known color: Sahara. HEX triplet: BF, 9B and 2B. RGB value is (191,155,43). Sum of RGB (Red+Green+Blue) = 191+155+43=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B2B is #4064D4. Grayscale: #999999. Windows color (decimal): -4220117 or 2857919. OLE color: 2857919.
HSL color Cylindrical-coordinate representation of color #BF9B2B: hue angle of 45.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF9B2B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 43 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.25 |
| HSL | 45.41º | 0.63% | 0.46% | - |
| HSV(B) | 45.41º | 0.77% | 0.75% | - |
| XYZ | 33.64 | 34.69 | 7.21 | - |
| YUV | 153 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 43 | 0 | 0.19 | 0.77 | 0.25 | 45.41 | 0.63 | 0.46 |
| Hex | BF | 9B | 2B | 0 | 13 | 4D | 19 | 2D | 3F | 2E |
| Octal | 277 | 233 | 53 | 0 | 23 | 115 | 31 | 55 | 77 | 56 |
| Binary | 10111111 | 10011011 | 101011 | 0 | 10011 | 1001101 | 11001 | 101101 | 111111 | 101110 |
Color Harmonies of #BF9B2B
Complementary color
Monochromatic Colors of #BF9B2B
Black with #BF9B2B
Text Example
Text Example
White with #BF9B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9B2B; }
p { color: rgb(191,155,43); }
H1.HeaderClassName
{
color: #BF9B2B;
}
.AnyTagClassName
{
color: #BF9B2B;
}
</style>
background-color css
<style>
a { background-color: #BF9B2B; }
a { background-color: rgb(191,155,43); }
div.DivClassName
{
background-color: #BF9B2B;
}
.BgClassName
{
background-color: #BF9B2B;
}
</style>
border-color css
<style>
span { border-color: #BF9B2B; }
span { border-color: rgb(191,155,43); }
td.TdClassName
{
border-color: #BF9B2B;
}
.TagClassName
{
border-color: #BF9B2B;
}
</style>