#BDA986

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

Shades of Pavlova #BDA986

Tints of Pavlova #BDA986

Color information

#BDA986 (or 0xBDA986) is unknown color: approx Pavlova. HEX triplet: BD, A9 and 86. RGB value is (189,169,134). Sum of RGB (Red+Green+Blue) = 189+169+134=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA986 is #425679. Grayscale: #ABABAB. Windows color (decimal): -4347514 or 8825277. OLE color: 8825277.

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

Color convert

RGB189169134-
CMYK00.110.290.26
HSL38.18º29.41%63.33%-
HSV(B)38.18º29.1%74.12%-
XYZ39.4840.9228.37-
YUV170.99107.13140.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=38.41%
G=34.35%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916913400.110.290.2638.1829.4163.33
HexBDA9860B1D1A261d3f
Octal2752512060133532463577
Binary10111101101010011000011001011111011101010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA986; }

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

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

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

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

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

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

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

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