#BCAD86

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

Shades of Pavlova #BCAD86

Tints of Pavlova #BCAD86

Color information

#BCAD86 (or 0xBCAD86) is unknown color: approx Pavlova. HEX triplet: BC, AD and 86. RGB value is (188,173,134). Sum of RGB (Red+Green+Blue) = 188+173+134=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD86 is #435279. Grayscale: #ADADAD. Windows color (decimal): -4412026 or 8826300. OLE color: 8826300.

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

Color convert

RGB188173134-
CMYK00.080.290.26
HSL43.33º28.72%63.14%-
HSV(B)43.33º28.72%73.73%-
XYZ39.9942.328.61-
YUV173.04105.97138.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=37.98%
G=34.95%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817313400.080.290.2643.3328.7263.14
HexBCAD86081D1A2b1d3f
Octal2742552060103532533577
Binary10111100101011011000011001000111011101010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD86; }

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

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

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

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

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

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

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

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