#BDAD8B

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

Shades of Pavlova #BDAD8B

Tints of Pavlova #BDAD8B

Color information

#BDAD8B (or 0xBDAD8B) is unknown color: approx Pavlova. HEX triplet: BD, AD and 8B. RGB value is (189,173,139). Sum of RGB (Red+Green+Blue) = 189+173+139=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD8B is #425274. Grayscale: #AEAEAE. Windows color (decimal): -4346485 or 9153981. OLE color: 9153981.

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

Color convert

RGB189173139-
CMYK00.080.260.26
HSL40.8º27.47%64.31%-
HSV(B)40.8º26.46%74.12%-
XYZ40.5942.5730.5-
YUV173.91108.3138.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=37.72%
G=34.53%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917313900.080.260.2640.827.4764.31
HexBDAD8B081A1A291b40
Octal27525521301032325133100
Binary101111011010110110001011010001101011010101001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD8B; }

 p { color: rgb(189,173,139); }

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

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

 a { background-color: rgb(189,173,139); }

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

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

 span { border-color: rgb(189,173,139); }

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