#BCAD89

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

Shades of Pavlova #BCAD89

Tints of Pavlova #BCAD89

Color information

#BCAD89 (or 0xBCAD89) is unknown color: approx Pavlova. HEX triplet: BC, AD and 89. RGB value is (188,173,137). Sum of RGB (Red+Green+Blue) = 188+173+137=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD89 is #435276. Grayscale: #ADADAD. Windows color (decimal): -4412023 or 9022908. OLE color: 9022908.

HSL color Cylindrical-coordinate representation of color #BCAD89: hue angle of 42.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAD89 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188173137-
CMYK00.080.270.26
HSL42.35º27.57%63.73%-
HSV(B)42.35º27.13%73.73%-
XYZ40.242.3829.73-
YUV173.38107.47138.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=37.75%
G=34.74%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817313700.080.270.2642.3527.5763.73
HexBCAD89081B1A2a1c40
Octal27425521101033325234100
Binary101111001010110110001001010001101111010101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD89; }

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

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

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

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

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

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

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

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