#BCA551

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

Shades of Sundance #BCA551

Tints of Sundance #BCA551

Color information

#BCA551 (or 0xBCA551) is unknown color: approx Sundance. HEX triplet: BC, A5 and 51. RGB value is (188,165,81). Sum of RGB (Red+Green+Blue) = 188+165+81=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA551 is #435AAE. Grayscale: #A2A2A2. Windows color (decimal): -4414127 or 5350844. OLE color: 5350844.

HSL color Cylindrical-coordinate representation of color #BCA551: hue angle of 47.1º degrees, saturation: 0.44, 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 #BCA551 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18816581-
CMYK00.120.570.26
HSL47.1º44.4%52.75%-
HSV(B)47.1º56.91%73.73%-
XYZ35.6838.213.28-
YUV162.382.12146.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 81 (32.03% from 255) = 18.66%
R=43.32%
G=38.02%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881658100.120.570.2647.144.452.75
HexBCA5510C391A2f2c35
Octal2742451210147132575465
Binary101111001010010110100010110011100111010101111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA551; }

 p { color: rgb(188,165,81); }

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

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

 a { background-color: rgb(188,165,81); }

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

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

 span { border-color: rgb(188,165,81); }

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