#BCA78C

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

Shades of Pavlova #BCA78C

Tints of Pavlova #BCA78C

Color information

#BCA78C (or 0xBCA78C) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 8C. RGB value is (188,167,140). Sum of RGB (Red+Green+Blue) = 188+167+140=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA78C is #435873. Grayscale: #AAAAAA. Windows color (decimal): -4413556 or 9217980. OLE color: 9217980.

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

Color convert

RGB188167140-
CMYK00.110.260.26
HSL33.75º26.37%64.31%-
HSV(B)33.75º25.53%73.73%-
XYZ39.2940.2230.5-
YUV170.2110.96140.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=37.98%
G=33.74%
B=28.28%

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
Decimal18816714000.110.260.2633.7526.3764.31
HexBCA78C0B1A1A221a40
Octal27424721401332324232100
Binary101111001010011110001100010111101011010100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA78C; }

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

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

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

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

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

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

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

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