Shades of Sahara #BCA233
Tints of Sahara #BCA233
RGB
CMYK
RGB Variations
Color information
#BCA233 (or 0xBCA233) is known color: Sahara. HEX triplet: BC, A2 and 33. RGB value is (188,162,51). Sum of RGB (Red+Green+Blue) = 188+162+51=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA233 is #435DCC. Grayscale: #9D9D9D. Windows color (decimal): -4414925 or 3383996. OLE color: 3383996.
HSL color Cylindrical-coordinate representation of color #BCA233: hue angle of 48.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCA233 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 51 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.26 |
| HSL | 48.61º | 0.57% | 0.47% | - |
| HSV(B) | 48.61º | 0.73% | 0.74% | - |
| XYZ | 34.26 | 36.77 | 8.42 | - |
| YUV | 157.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 51 | 0 | 0.14 | 0.73 | 0.26 | 48.61 | 0.57 | 0.47 |
| Hex | BC | A2 | 33 | 0 | E | 49 | 1A | 31 | 39 | 2F |
| Octal | 274 | 242 | 63 | 0 | 16 | 111 | 32 | 61 | 71 | 57 |
| Binary | 10111100 | 10100010 | 110011 | 0 | 1110 | 1001001 | 11010 | 110001 | 111001 | 101111 |
Color Harmonies of #BCA233
Complementary color
Monochromatic Colors of #BCA233
Black with #BCA233
Text Example
Text Example
White with #BCA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA233; }
p { color: rgb(188,162,51); }
H1.HeaderClassName
{
color: #BCA233;
}
.AnyTagClassName
{
color: #BCA233;
}
</style>
background-color css
<style>
a { background-color: #BCA233; }
a { background-color: rgb(188,162,51); }
div.DivClassName
{
background-color: #BCA233;
}
.BgClassName
{
background-color: #BCA233;
}
</style>
border-color css
<style>
span { border-color: #BCA233; }
span { border-color: rgb(188,162,51); }
td.TdClassName
{
border-color: #BCA233;
}
.TagClassName
{
border-color: #BCA233;
}
</style>