#BDA985

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

Shades of Pavlova #BDA985

Tints of Pavlova #BDA985

Color information

#BDA985 (or 0xBDA985) is unknown color: approx Pavlova. HEX triplet: BD, A9 and 85. RGB value is (189,169,133). Sum of RGB (Red+Green+Blue) = 189+169+133=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA985 is #42567A. Grayscale: #ABABAB. Windows color (decimal): -4347515 or 8759741. OLE color: 8759741.

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

Color convert

RGB189169133-
CMYK00.110.300.26
HSL38.57º29.79%63.14%-
HSV(B)38.57º29.63%74.12%-
XYZ39.4140.8928.01-
YUV170.88106.63140.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=38.49%
G=34.42%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916913300.110.300.2638.5729.7963.14
HexBDA9850B1E1A271e3f
Octal2752512050133632473677
Binary10111101101010011000010101011111101101010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA985; }

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

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

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

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

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

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

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

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