#BCA588

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

Shades of Pavlova #BCA588

Tints of Pavlova #BCA588

Color information

#BCA588 (or 0xBCA588) is unknown color: approx Pavlova. HEX triplet: BC, A5 and 88. RGB value is (188,165,136). Sum of RGB (Red+Green+Blue) = 188+165+136=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA588 is #435A77. Grayscale: #A8A8A8. Windows color (decimal): -4414072 or 8955324. OLE color: 8955324.

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

Color convert

RGB188165136-
CMYK00.120.280.26
HSL33.46º27.96%63.53%-
HSV(B)33.46º27.66%73.73%-
XYZ38.6439.3828.86-
YUV168.57109.62141.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=38.45%
G=33.74%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816513600.120.280.2633.4627.9663.53
HexBCA5880C1C1A211c40
Octal27424521001434324134100
Binary101111001010010110001000011001110011010100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA588; }

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

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

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

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

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

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

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

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