Shades of Sahara #BE9B23
Tints of Sahara #BE9B23
RGB
CMYK
RGB Variations
Color information
#BE9B23 (or 0xBE9B23) is known color: Sahara. HEX triplet: BE, 9B and 23. RGB value is (190,155,35). Sum of RGB (Red+Green+Blue) = 190+155+35=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B23 is #4164DC. Grayscale: #989898. Windows color (decimal): -4285661 or 2333630. OLE color: 2333630.
HSL color Cylindrical-coordinate representation of color #BE9B23: hue angle of 46.45º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE9B23 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 35 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.25 |
| HSL | 46.45º | 0.69% | 0.44% | - |
| HSV(B) | 46.45º | 0.82% | 0.75% | - |
| XYZ | 33.26 | 34.51 | 6.5 | - |
| YUV | 151.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 35 | 0 | 0.18 | 0.82 | 0.25 | 46.45 | 0.69 | 0.44 |
| Hex | BE | 9B | 23 | 0 | 12 | 52 | 19 | 2E | 45 | 2C |
| Octal | 276 | 233 | 43 | 0 | 22 | 122 | 31 | 56 | 105 | 54 |
| Binary | 10111110 | 10011011 | 100011 | 0 | 10010 | 1010010 | 11001 | 101110 | 1000101 | 101100 |
Color Harmonies of #BE9B23
Complementary color
Monochromatic Colors of #BE9B23
Black with #BE9B23
Text Example
Text Example
White with #BE9B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B23; }
p { color: rgb(190,155,35); }
H1.HeaderClassName
{
color: #BE9B23;
}
.AnyTagClassName
{
color: #BE9B23;
}
</style>
background-color css
<style>
a { background-color: #BE9B23; }
a { background-color: rgb(190,155,35); }
div.DivClassName
{
background-color: #BE9B23;
}
.BgClassName
{
background-color: #BE9B23;
}
</style>
border-color css
<style>
span { border-color: #BE9B23; }
span { border-color: rgb(190,155,35); }
td.TdClassName
{
border-color: #BE9B23;
}
.TagClassName
{
border-color: #BE9B23;
}
</style>