#BCA884

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

Shades of Pavlova #BCA884

Tints of Pavlova #BCA884

Color information

#BCA884 (or 0xBCA884) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 84. RGB value is (188,168,132). Sum of RGB (Red+Green+Blue) = 188+168+132=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA884 is #43577B. Grayscale: #AAAAAA. Windows color (decimal): -4413308 or 8693948. OLE color: 8693948.

HSL color Cylindrical-coordinate representation of color #BCA884: hue angle of 38.57º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA884 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188168132-
CMYK00.110.300.26
HSL38.57º29.47%62.75%-
HSV(B)38.57º29.79%73.73%-
XYZ38.9140.3627.57-
YUV169.88106.63140.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=38.52%
G=34.43%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816813200.110.300.2638.5729.4762.75
HexBCA8840B1E1A271d3f
Octal2742502040133632473577
Binary10111100101010001000010001011111101101010011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA884; }

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

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

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

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

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

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

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

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