#BCA22E

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

Shades of Sahara #BCA22E

Tints of Sahara #BCA22E

Color information

#BCA22E (or 0xBCA22E) is unknown color: approx Sahara. HEX triplet: BC, A2 and 2E. RGB value is (188,162,46). Sum of RGB (Red+Green+Blue) = 188+162+46=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA22E is #435DD1. Grayscale: #9D9D9D. Windows color (decimal): -4414930 or 3056316. OLE color: 3056316.

HSL color Cylindrical-coordinate representation of color #BCA22E: hue angle of 49.01º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCA22E is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18816246-
CMYK00.140.760.26
HSL49.01º60.68%45.88%-
HSV(B)49.01º75.53%73.73%-
XYZ34.1536.737.87-
YUV156.5565.61150.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 46 (18.36% from 255) = 11.62%
R=47.47%
G=40.91%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881624600.140.760.2649.0160.6845.88
HexBCA22E0E4C1A313d2e
Octal2742425601611432617556
Binary101111001010001010111001110100110011010110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA22E; }

 p { color: rgb(188,162,46); }

 H1.HeaderClassName
 {
   color: #BCA22E;
 }
 .AnyTagClassName
 {
   color: #BCA22E;
 }
</style>
background-color css

<style>
 a { background-color: #BCA22E; }

 a { background-color: rgb(188,162,46); }

 div.DivClassName
 {
   background-color: #BCA22E;
 }
 .BgClassName
 {
   background-color: #BCA22E;
 }
</style>
border-color css

<style>
 span { border-color: #BCA22E; }

 span { border-color: rgb(188,162,46); }

 td.TdClassName
 {
   border-color: #BCA22E;
 }
 .TagClassName
 {
   border-color: #BCA22E;
 }
</style>