#BCA880

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

Shades of Pavlova #BCA880

Tints of Pavlova #BCA880

Color information

#BCA880 (or 0xBCA880) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 80. RGB value is (188,168,128). Sum of RGB (Red+Green+Blue) = 188+168+128=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA880 is #43577F. Grayscale: #A9A9A9. Windows color (decimal): -4413312 or 8431804. OLE color: 8431804.

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

Color convert

RGB188168128-
CMYK00.110.320.26
HSL40º30.93%61.96%-
HSV(B)40º31.91%73.73%-
XYZ38.6440.2626.16-
YUV169.42104.63141.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=38.84%
G=34.71%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816812800.110.320.264030.9361.96
HexBCA8800B201A281f3e
Octal2742502000134032503776
Binary101111001010100010000000010111000001101010100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA880; }

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

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

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

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

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

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

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

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