#BCA751

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

Shades of Sundance #BCA751

Tints of Sundance #BCA751

Color information

#BCA751 (or 0xBCA751) is unknown color: approx Sundance. HEX triplet: BC, A7 and 51. RGB value is (188,167,81). Sum of RGB (Red+Green+Blue) = 188+167+81=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA751 is #4358AE. Grayscale: #A3A3A3. Windows color (decimal): -4413615 or 5351356. OLE color: 5351356.

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

Color convert

RGB18816781-
CMYK00.110.570.26
HSL48.22º44.4%52.75%-
HSV(B)48.22º56.91%73.73%-
XYZ36.0438.9213.4-
YUV163.4881.46145.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 81 (32.03% from 255) = 18.58%
R=43.12%
G=38.30%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881678100.110.570.2648.2244.452.75
HexBCA7510B391A302c35
Octal2742471210137132605465
Binary101111001010011110100010101111100111010110000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA751; }

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

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

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

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

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

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

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

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