#BDA686

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

Shades of Pavlova #BDA686

Tints of Pavlova #BDA686

Color information

#BDA686 (or 0xBDA686) is unknown color: approx Pavlova. HEX triplet: BD, A6 and 86. RGB value is (189,166,134). Sum of RGB (Red+Green+Blue) = 189+166+134=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA686 is #425979. Grayscale: #A9A9A9. Windows color (decimal): -4348282 or 8824509. OLE color: 8824509.

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

Color convert

RGB189166134-
CMYK00.120.290.26
HSL34.91º29.41%63.33%-
HSV(B)34.91º29.1%74.12%-
XYZ38.9339.8128.19-
YUV169.23108.12142.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=38.65%
G=33.95%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916613400.120.290.2634.9129.4163.33
HexBDA6860C1D1A231d3f
Octal2752462060143532433577
Binary10111101101001101000011001100111011101010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA686; }

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

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

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

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

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

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

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

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