#BCA97D

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

Shades of Pavlova #BCA97D

Tints of Pavlova #BCA97D

Color information

#BCA97D (or 0xBCA97D) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 7D. RGB value is (188,169,125). Sum of RGB (Red+Green+Blue) = 188+169+125=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA97D is #435682. Grayscale: #A9A9A9. Windows color (decimal): -4413059 or 8235452. OLE color: 8235452.

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

Color convert

RGB188169125-
CMYK00.100.340.26
HSL41.9º31.98%61.37%-
HSV(B)41.9º33.51%73.73%-
XYZ38.6340.5525.19-
YUV169.66102.79141.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=39.00%
G=35.06%
B=25.93%

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
Decimal18816912500.100.340.2641.931.9861.37
HexBCA97D0A221A2a203d
Octal2742511750124232524075
Binary101111001010100111111010101010001011010101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA97D; }

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

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

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

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

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

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

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

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