Shades of Sahara #BF9E25
Tints of Sahara #BF9E25
RGB
CMYK
RGB Variations
Color information
#BF9E25 (or 0xBF9E25) is known color: Sahara. HEX triplet: BF, 9E and 25. RGB value is (191,158,37). Sum of RGB (Red+Green+Blue) = 191+158+37=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E25 is #4061DA. Grayscale: #9A9A9A. Windows color (decimal): -4219355 or 2465471. OLE color: 2465471.
HSL color Cylindrical-coordinate representation of color #BF9E25: hue angle of 47.14º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF9E25 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 37 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.25 |
| HSL | 47.14º | 0.68% | 0.45% | - |
| HSV(B) | 47.14º | 0.81% | 0.75% | - |
| XYZ | 34.05 | 35.66 | 6.84 | - |
| YUV | 154.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 37 | 0 | 0.17 | 0.81 | 0.25 | 47.14 | 0.68 | 0.45 |
| Hex | BF | 9E | 25 | 0 | 11 | 51 | 19 | 2F | 44 | 2D |
| Octal | 277 | 236 | 45 | 0 | 21 | 121 | 31 | 57 | 104 | 55 |
| Binary | 10111111 | 10011110 | 100101 | 0 | 10001 | 1010001 | 11001 | 101111 | 1000100 | 101101 |
Color Harmonies of #BF9E25
Complementary color
Monochromatic Colors of #BF9E25
Black with #BF9E25
Text Example
Text Example
White with #BF9E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E25; }
p { color: rgb(191,158,37); }
H1.HeaderClassName
{
color: #BF9E25;
}
.AnyTagClassName
{
color: #BF9E25;
}
</style>
background-color css
<style>
a { background-color: #BF9E25; }
a { background-color: rgb(191,158,37); }
div.DivClassName
{
background-color: #BF9E25;
}
.BgClassName
{
background-color: #BF9E25;
}
</style>
border-color css
<style>
span { border-color: #BF9E25; }
span { border-color: rgb(191,158,37); }
td.TdClassName
{
border-color: #BF9E25;
}
.TagClassName
{
border-color: #BF9E25;
}
</style>