#BCA352

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

Shades of Sundance #BCA352

Tints of Sundance #BCA352

Color information

#BCA352 (or 0xBCA352) is unknown color: approx Sundance. HEX triplet: BC, A3 and 52. RGB value is (188,163,82). Sum of RGB (Red+Green+Blue) = 188+163+82=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA352 is #435CAD. Grayscale: #A1A1A1. Windows color (decimal): -4414638 or 5415868. OLE color: 5415868.

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

Color convert

RGB18816382-
CMYK00.130.560.26
HSL45.85º44.17%52.94%-
HSV(B)45.85º56.38%73.73%-
XYZ35.3637.4913.36-
YUV161.2483.28147.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=43.42%
G=37.64%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881638200.130.560.2645.8544.1752.94
HexBCA3520D381A2e2c35
Octal2742431220157032565465
Binary101111001010001110100100110111100011010101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA352; }

 p { color: rgb(188,163,82); }

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

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

 a { background-color: rgb(188,163,82); }

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

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

 span { border-color: rgb(188,163,82); }

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