#BCA786

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

Shades of Pavlova #BCA786

Tints of Pavlova #BCA786

Color information

#BCA786 (or 0xBCA786) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 86. RGB value is (188,167,134). Sum of RGB (Red+Green+Blue) = 188+167+134=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA786 is #435879. Grayscale: #A9A9A9. Windows color (decimal): -4413562 or 8824764. OLE color: 8824764.

HSL color Cylindrical-coordinate representation of color #BCA786: hue angle of 36.67º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA786 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188167134-
CMYK00.110.290.26
HSL36.67º28.72%63.14%-
HSV(B)36.67º28.72%73.73%-
XYZ38.8640.0528.24-
YUV169.52107.96141.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=38.45%
G=34.15%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816713400.110.290.2636.6728.7263.14
HexBCA7860B1D1A251d3f
Octal2742472060133532453577
Binary10111100101001111000011001011111011101010010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA786; }

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

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

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

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

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

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

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

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