#bca351

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

Shades of Sundance #BCA351

Tints of Sundance #BCA351

Color information

#BCA351 (or 0xBCA351) is unknown color: approx Sundance. HEX triplet: BC, A3 and 51. RGB value is (188,163,81). Sum of RGB (Red+Green+Blue) = 188+163+81=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA351 is #435CAE. Grayscale: #A1A1A1. Windows color (decimal): -4414639 or 5350332. OLE color: 5350332.

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

Color convert

RGB18816381-
CMYK00.130.570.26
HSL45.98º44.4%52.75%-
HSV(B)45.98º56.91%73.73%-
XYZ35.3237.4813.16-
YUV161.1382.78147.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 81 (32.03% from 255) = 18.75%
R=43.52%
G=37.73%
B=18.75%

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
Decimal1881638100.130.570.2645.9844.452.75
HexBCA3510D391A2e2c35
Octal2742431210157132565465
Binary101111001010001110100010110111100111010101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca351; }

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

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

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

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

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

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

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

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