#BDAE87

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

Shades of Pavlova #BDAE87

Tints of Pavlova #BDAE87

Color information

#BDAE87 (or 0xBDAE87) is unknown color: approx Pavlova. HEX triplet: BD, AE and 87. RGB value is (189,174,135). Sum of RGB (Red+Green+Blue) = 189+174+135=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE87 is #425178. Grayscale: #AEAEAE. Windows color (decimal): -4346233 or 8892093. OLE color: 8892093.

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

Color convert

RGB189174135-
CMYK00.080.290.26
HSL43.33º29.03%63.53%-
HSV(B)43.33º28.57%74.12%-
XYZ40.542.8429.06-
YUV174.04105.97138.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=37.95%
G=34.94%
B=27.11%

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
Decimal18917413500.080.290.2643.3329.0363.53
HexBDAE87081D1A2b1d40
Octal27525620701035325335100
Binary101111011010111010000111010001110111010101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE87; }

 p { color: rgb(189,174,135); }

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

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

 a { background-color: rgb(189,174,135); }

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

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

 span { border-color: rgb(189,174,135); }

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