#BCAC80

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

Shades of Pavlova #BCAC80

Tints of Pavlova #BCAC80

Color information

#BCAC80 (or 0xBCAC80) is unknown color: approx Pavlova. HEX triplet: BC, AC and 80. RGB value is (188,172,128). Sum of RGB (Red+Green+Blue) = 188+172+128=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC80 is #43537F. Grayscale: #ABABAB. Windows color (decimal): -4412288 or 8432828. OLE color: 8432828.

HSL color Cylindrical-coordinate representation of color #BCAC80: hue angle of 44º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCAC80 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188172128-
CMYK00.090.320.26
HSL44º30.93%61.96%-
HSV(B)44º31.91%73.73%-
XYZ39.3941.7526.41-
YUV171.77103.3139.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=38.52%
G=35.25%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817212800.090.320.264430.9361.96
HexBCAC8009201A2c1f3e
Octal2742542000114032543776
Binary101111001010110010000000010011000001101010110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC80; }

 p { color: rgb(188,172,128); }

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

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

 a { background-color: rgb(188,172,128); }

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

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

 span { border-color: rgb(188,172,128); }

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