#BCA24A

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

Shades of Sundance #BCA24A

Tints of Sundance #BCA24A

Color information

#BCA24A (or 0xBCA24A) is unknown color: approx Sundance. HEX triplet: BC, A2 and 4A. RGB value is (188,162,74). Sum of RGB (Red+Green+Blue) = 188+162+74=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA24A is #435DB5. Grayscale: #A0A0A0. Windows color (decimal): -4414902 or 4891324. OLE color: 4891324.

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

Color convert

RGB18816274-
CMYK00.140.610.26
HSL46.32º45.97%51.37%-
HSV(B)46.32º60.64%73.73%-
XYZ34.937.0311.79-
YUV159.7479.61148.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=44.34%
G=38.21%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881627400.140.610.2646.3245.9751.37
HexBCA24A0E3D1A2e2e33
Octal2742421120167532565663
Binary101111001010001010010100111011110111010101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA24A; }

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

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

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

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

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

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

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

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