#bca57c

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

Shades of Pavlova #BCA57C

Tints of Pavlova #BCA57C

Color information

#BCA57C (or 0xBCA57C) is unknown color: approx Pavlova. HEX triplet: BC, A5 and 7C. RGB value is (188,165,124). Sum of RGB (Red+Green+Blue) = 188+165+124=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA57C is #435A83. Grayscale: #A7A7A7. Windows color (decimal): -4414084 or 8168892. OLE color: 8168892.

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

Color convert

RGB188165124-
CMYK00.120.340.26
HSL38.44º32.32%61.18%-
HSV(B)38.44º34.04%73.73%-
XYZ37.8339.0624.61-
YUV167.2103.62142.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=39.41%
G=34.59%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816512400.120.340.2638.4432.3261.18
HexBCA57C0C221A26203d
Octal2742451740144232464075
Binary101111001010010111111000110010001011010100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca57c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca57c; }

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

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

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

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

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

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

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

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