#BCA64B

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

Shades of Sundance #BCA64B

Tints of Sundance #BCA64B

Color information

#BCA64B (or 0xBCA64B) is unknown color: approx Sundance. HEX triplet: BC, A6 and 4B. RGB value is (188,166,75). Sum of RGB (Red+Green+Blue) = 188+166+75=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA64B is #4359B4. Grayscale: #A2A2A2. Windows color (decimal): -4413877 or 4957884. OLE color: 4957884.

HSL color Cylindrical-coordinate representation of color #BCA64B: hue angle of 48.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCA64B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18816675-
CMYK00.120.600.26
HSL48.32º45.75%51.57%-
HSV(B)48.32º60.11%73.73%-
XYZ35.6538.4712.2-
YUV162.278.79146.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=43.82%
G=38.69%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881667500.120.600.2648.3245.7551.57
HexBCA64B0C3C1A302e34
Octal2742461130147432605664
Binary101111001010011010010110110011110011010110000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA64B; }

 p { color: rgb(188,166,75); }

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

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

 a { background-color: rgb(188,166,75); }

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

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

 span { border-color: rgb(188,166,75); }

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