#BDAE85

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

Shades of Pavlova #BDAE85

Tints of Pavlova #BDAE85

Color information

#BDAE85 (or 0xBDAE85) is unknown color: approx Pavlova. HEX triplet: BD, AE and 85. RGB value is (189,174,133). Sum of RGB (Red+Green+Blue) = 189+174+133=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE85 is #42517A. Grayscale: #ADADAD. Windows color (decimal): -4346235 or 8761021. OLE color: 8761021.

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

Color convert

RGB189174133-
CMYK00.080.300.26
HSL43.93º29.79%63.14%-
HSV(B)43.93º29.63%74.12%-
XYZ40.3642.7828.32-
YUV173.81104.97138.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=38.10%
G=35.08%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917413300.080.300.2643.9329.7963.14
HexBDAE85081E1A2c1e3f
Octal2752562050103632543677
Binary10111101101011101000010101000111101101010110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE85; }

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

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

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

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

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

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

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

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