#BCAC88

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

Shades of Pavlova #BCAC88

Tints of Pavlova #BCAC88

Color information

#BCAC88 (or 0xBCAC88) is unknown color: approx Pavlova. HEX triplet: BC, AC and 88. RGB value is (188,172,136). Sum of RGB (Red+Green+Blue) = 188+172+136=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC88 is #435377. Grayscale: #ACACAC. Windows color (decimal): -4412280 or 8957116. OLE color: 8957116.

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

Color convert

RGB188172136-
CMYK00.090.280.26
HSL41.54º27.96%63.53%-
HSV(B)41.54º27.66%73.73%-
XYZ39.9441.9729.29-
YUV172.68107.3138.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=37.90%
G=34.68%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817213600.090.280.2641.5427.9663.53
HexBCAC88091C1A2a1c40
Octal27425421001134325234100
Binary101111001010110010001000010011110011010101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC88; }

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

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

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

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

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

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

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

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