#BCA88C

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

Shades of Pavlova #BCA88C

Tints of Pavlova #BCA88C

Color information

#BCA88C (or 0xBCA88C) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 8C. RGB value is (188,168,140). Sum of RGB (Red+Green+Blue) = 188+168+140=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA88C is #435773. Grayscale: #AAAAAA. Windows color (decimal): -4413300 or 9218236. OLE color: 9218236.

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

Color convert

RGB188168140-
CMYK00.110.260.26
HSL35º26.37%64.31%-
HSV(B)35º25.53%73.73%-
XYZ39.4840.5930.57-
YUV170.79110.63140.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=37.90%
G=33.87%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816814000.110.260.263526.3764.31
HexBCA88C0B1A1A231a40
Octal27425021401332324332100
Binary101111001010100010001100010111101011010100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA88C; }

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

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

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

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

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

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

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

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