#BCAB80

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

Shades of Pavlova #BCAB80

Tints of Pavlova #BCAB80

Color information

#BCAB80 (or 0xBCAB80) is unknown color: approx Pavlova. HEX triplet: BC, AB and 80. RGB value is (188,171,128). Sum of RGB (Red+Green+Blue) = 188+171+128=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB80 is #43547F. Grayscale: #ABABAB. Windows color (decimal): -4412544 or 8432572. OLE color: 8432572.

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

Color convert

RGB188171128-
CMYK00.090.320.26
HSL43º30.93%61.96%-
HSV(B)43º31.91%73.73%-
XYZ39.241.3826.34-
YUV171.18103.63140-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=38.60%
G=35.11%
B=26.28%

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
Decimal18817112800.090.320.264330.9361.96
HexBCAB8009201A2b1f3e
Octal2742532000114032533776
Binary101111001010101110000000010011000001101010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB80; }

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

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

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

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

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

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

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

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