#BDA579

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

Shades of Pavlova #BDA579

Tints of Pavlova #BDA579

Color information

#BDA579 (or 0xBDA579) is unknown color: approx Pavlova. HEX triplet: BD, A5 and 79. RGB value is (189,165,121). Sum of RGB (Red+Green+Blue) = 189+165+121=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA579 is #425A86. Grayscale: #A7A7A7. Windows color (decimal): -4348551 or 7972285. OLE color: 7972285.

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

Color convert

RGB189165121-
CMYK00.130.360.26
HSL38.82º34%60.78%-
HSV(B)38.82º35.98%74.12%-
XYZ37.8939.1123.64-
YUV167.16101.95143.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=39.79%
G=34.74%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916512100.130.360.2638.823460.78
HexBDA5790D241A27223d
Octal2752451710154432474275
Binary101111011010010111110010110110010011010100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA579; }

 p { color: rgb(189,165,121); }

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

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

 a { background-color: rgb(189,165,121); }

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

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

 span { border-color: rgb(189,165,121); }

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