#BCAC86

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

Shades of Pavlova #BCAC86

Tints of Pavlova #BCAC86

Color information

#BCAC86 (or 0xBCAC86) is unknown color: approx Pavlova. HEX triplet: BC, AC and 86. RGB value is (188,172,134). Sum of RGB (Red+Green+Blue) = 188+172+134=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC86 is #435379. Grayscale: #ACACAC. Windows color (decimal): -4412282 or 8826044. OLE color: 8826044.

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

Color convert

RGB188172134-
CMYK00.090.290.26
HSL42.22º28.72%63.14%-
HSV(B)42.22º28.72%73.73%-
XYZ39.7941.9228.55-
YUV172.45106.3139.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=38.06%
G=34.82%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817213400.090.290.2642.2228.7263.14
HexBCAC86091D1A2a1d3f
Octal2742542060113532523577
Binary10111100101011001000011001001111011101010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC86; }

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

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

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

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

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

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

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

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