#BCAC85

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

Shades of Pavlova #BCAC85

Tints of Pavlova #BCAC85

Color information

#BCAC85 (or 0xBCAC85) is unknown color: approx Pavlova. HEX triplet: BC, AC and 85. RGB value is (188,172,133). Sum of RGB (Red+Green+Blue) = 188+172+133=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC85 is #43537A. Grayscale: #ACACAC. Windows color (decimal): -4412283 or 8760508. OLE color: 8760508.

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

Color convert

RGB188172133-
CMYK00.090.290.26
HSL42.55º29.1%62.94%-
HSV(B)42.55º29.26%73.73%-
XYZ39.7341.8928.18-
YUV172.34105.8139.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=38.13%
G=34.89%
B=26.98%

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
Decimal18817213300.090.290.2642.5529.162.94
HexBCAC85091D1A2b1d3f
Octal2742542050113532533577
Binary10111100101011001000010101001111011101010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC85; }

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

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

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

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

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

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

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

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