#BCAC8A

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

Shades of Pavlova #BCAC8A

Tints of Pavlova #BCAC8A

Color information

#BCAC8A (or 0xBCAC8A) is unknown color: approx Pavlova. HEX triplet: BC, AC and 8A. RGB value is (188,172,138). Sum of RGB (Red+Green+Blue) = 188+172+138=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC8A is #435375. Grayscale: #ADADAD. Windows color (decimal): -4412278 or 9088188. OLE color: 9088188.

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

Color convert

RGB188172138-
CMYK00.090.270.26
HSL40.8º27.17%63.92%-
HSV(B)40.8º26.6%73.73%-
XYZ40.0842.0330.05-
YUV172.91108.3138.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=37.75%
G=34.54%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817213800.090.270.2640.827.1763.92
HexBCAC8A091B1A291b40
Octal27425421201133325133100
Binary101111001010110010001010010011101111010101001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC8A; }

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

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

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

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

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

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

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

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