#BCA233

Color #BCA233 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #BCA233

Tints of Sahara #BCA233

Color information

#BCA233 (or 0xBCA233) is unknown color: approx 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

RGB18816251-
CMYK00.140.730.26
HSL48.61º57.32%46.86%-
HSV(B)48.61º72.87%73.73%-
XYZ34.2636.778.42-
YUV157.1268.11150.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 51 (20.31% from 255) = 12.72%
R=46.88%
G=40.40%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881625100.140.730.2648.6157.3246.86
HexBCA2330E491A31392f
Octal2742426301611132617157
Binary101111001010001011001101110100100111010110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>