#BCA74D

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

Shades of Sundance #BCA74D

Tints of Sundance #BCA74D

Color information

#BCA74D (or 0xBCA74D) is unknown color: approx Sundance. HEX triplet: BC, A7 and 4D. RGB value is (188,167,77). Sum of RGB (Red+Green+Blue) = 188+167+77=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA74D is #4358B2. Grayscale: #A3A3A3. Windows color (decimal): -4413619 or 5089212. OLE color: 5089212.

HSL color Cylindrical-coordinate representation of color #BCA74D: hue angle of 48.65º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCA74D is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18816777-
CMYK00.110.590.26
HSL48.65º45.31%51.96%-
HSV(B)48.65º59.04%73.73%-
XYZ35.938.8612.63-
YUV163.0279.46145.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=43.52%
G=38.66%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881677700.110.590.2648.6545.3151.96
HexBCA74D0B3B1A312d34
Octal2742471150137332615564
Binary101111001010011110011010101111101111010110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA74D; }

 p { color: rgb(188,167,77); }

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

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

 a { background-color: rgb(188,167,77); }

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

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

 span { border-color: rgb(188,167,77); }

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