#BDA687

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

Shades of Pavlova #BDA687

Tints of Pavlova #BDA687

Color information

#BDA687 (or 0xBDA687) is unknown color: approx Pavlova. HEX triplet: BD, A6 and 87. RGB value is (189,166,135). Sum of RGB (Red+Green+Blue) = 189+166+135=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA687 is #425978. Grayscale: #A9A9A9. Windows color (decimal): -4348281 or 8890045. OLE color: 8890045.

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

Color convert

RGB189166135-
CMYK00.120.290.26
HSL34.44º29.03%63.53%-
HSV(B)34.44º28.57%74.12%-
XYZ3939.8428.56-
YUV169.34108.62142.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=38.57%
G=33.88%
B=27.55%

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
Decimal18916613500.120.290.2634.4429.0363.53
HexBDA6870C1D1A221d40
Octal27524620701435324235100
Binary101111011010011010000111011001110111010100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA687; }

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

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

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

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

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

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

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

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