#BCA97C

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

Shades of Pavlova #BCA97C

Tints of Pavlova #BCA97C

Color information

#BCA97C (or 0xBCA97C) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 7C. RGB value is (188,169,124). Sum of RGB (Red+Green+Blue) = 188+169+124=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA97C is #435683. Grayscale: #A9A9A9. Windows color (decimal): -4413060 or 8169916. OLE color: 8169916.

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

Color convert

RGB188169124-
CMYK00.100.340.26
HSL42.19º32.32%61.18%-
HSV(B)42.19º34.04%73.73%-
XYZ38.5740.5224.86-
YUV169.55102.29141.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=39.09%
G=35.14%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816912400.100.340.2642.1932.3261.18
HexBCA97C0A221A2a203d
Octal2742511740124232524075
Binary101111001010100111111000101010001011010101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA97C; }

 p { color: rgb(188,169,124); }

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

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

 a { background-color: rgb(188,169,124); }

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

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

 span { border-color: rgb(188,169,124); }

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