#BCA450

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

Shades of Sundance #BCA450

Tints of Sundance #BCA450

Color information

#BCA450 (or 0xBCA450) is unknown color: approx Sundance. HEX triplet: BC, A4 and 50. RGB value is (188,164,80). Sum of RGB (Red+Green+Blue) = 188+164+80=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA450 is #435BAF. Grayscale: #A1A1A1. Windows color (decimal): -4414384 or 5285052. OLE color: 5285052.

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

Color convert

RGB18816480-
CMYK00.130.570.26
HSL46.67º44.63%52.55%-
HSV(B)46.67º57.45%73.73%-
XYZ35.4637.8213.02-
YUV161.681.95146.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=43.52%
G=37.96%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881648000.130.570.2646.6744.6352.55
HexBCA4500D391A2f2d35
Octal2742441200157132575565
Binary101111001010010010100000110111100111010101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA450; }

 p { color: rgb(188,164,80); }

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

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

 a { background-color: rgb(188,164,80); }

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

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

 span { border-color: rgb(188,164,80); }

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