#BCAF51

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

Shades of Sundance #BCAF51

Tints of Sundance #BCAF51

Color information

#BCAF51 (or 0xBCAF51) is unknown color: approx Sundance. HEX triplet: BC, AF and 51. RGB value is (188,175,81). Sum of RGB (Red+Green+Blue) = 188+175+81=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF51 is #4350AE. Grayscale: #A8A8A8. Windows color (decimal): -4411567 or 5353404. OLE color: 5353404.

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

Color convert

RGB18817581-
CMYK00.070.570.26
HSL52.71º44.4%52.75%-
HSV(B)52.71º56.91%73.73%-
XYZ37.5541.9513.9-
YUV168.1778.81142.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 81 (32.03% from 255) = 18.24%
R=42.34%
G=39.41%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881758100.070.570.2652.7144.452.75
HexBCAF5107391A352c35
Octal274257121077132655465
Binary10111100101011111010001011111100111010110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF51; }

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

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

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

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

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

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

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

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