#BDA47E

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

Shades of Pavlova #BDA47E

Tints of Pavlova #BDA47E

Color information

#BDA47E (or 0xBDA47E) is unknown color: approx Pavlova. HEX triplet: BD, A4 and 7E. RGB value is (189,164,126). Sum of RGB (Red+Green+Blue) = 189+164+126=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA47E is #425B81. Grayscale: #A7A7A7. Windows color (decimal): -4348802 or 8299709. OLE color: 8299709.

HSL color Cylindrical-coordinate representation of color #BDA47E: hue angle of 36.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA47E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189164126-
CMYK00.130.330.26
HSL36.19º32.31%61.76%-
HSV(B)36.19º33.33%74.12%-
XYZ38.0338.8825.24-
YUV167.14104.78143.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=39.46%
G=34.24%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916412600.130.330.2636.1932.3161.76
HexBDA47E0D211A24203e
Octal2752441760154132444076
Binary101111011010010011111100110110000111010100100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA47E; }

 p { color: rgb(189,164,126); }

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

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

 a { background-color: rgb(189,164,126); }

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

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

 span { border-color: rgb(189,164,126); }

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