#BCA84B

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

Shades of Sundance #BCA84B

Tints of Sundance #BCA84B

Color information

#BCA84B (or 0xBCA84B) is unknown color: approx Sundance. HEX triplet: BC, A8 and 4B. RGB value is (188,168,75). Sum of RGB (Red+Green+Blue) = 188+168+75=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA84B is #4357B4. Grayscale: #A3A3A3. Windows color (decimal): -4413365 or 4958396. OLE color: 4958396.

HSL color Cylindrical-coordinate representation of color #BCA84B: hue angle of 49.38º 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 #BCA84B is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18816875-
CMYK00.110.600.26
HSL49.38º45.75%51.57%-
HSV(B)49.38º60.11%73.73%-
XYZ36.0139.212.33-
YUV163.3878.13145.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=43.62%
G=38.98%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881687500.110.600.2649.3845.7551.57
HexBCA84B0B3C1A312e34
Octal2742501130137432615664
Binary101111001010100010010110101111110011010110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA84B; }

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

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

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

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

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

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

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

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