#BCA47D

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

Shades of Pavlova #BCA47D

Tints of Pavlova #BCA47D

Color information

#BCA47D (or 0xBCA47D) is unknown color: approx Pavlova. HEX triplet: BC, A4 and 7D. RGB value is (188,164,125). Sum of RGB (Red+Green+Blue) = 188+164+125=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA47D is #435B82. Grayscale: #A6A6A6. Windows color (decimal): -4414339 or 8234172. OLE color: 8234172.

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

Color convert

RGB188164125-
CMYK00.130.340.26
HSL37.14º31.98%61.37%-
HSV(B)37.14º33.51%73.73%-
XYZ37.7238.7224.89-
YUV166.73104.45143.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=39.41%
G=34.38%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816412500.130.340.2637.1431.9861.37
HexBCA47D0D221A25203d
Octal2742441750154232454075
Binary101111001010010011111010110110001011010100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA47D; }

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

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

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

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

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

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

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

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