#BDA479

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

Shades of Pavlova #BDA479

Tints of Pavlova #BDA479

Color information

#BDA479 (or 0xBDA479) is unknown color: approx Pavlova. HEX triplet: BD, A4 and 79. RGB value is (189,164,121). Sum of RGB (Red+Green+Blue) = 189+164+121=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA479 is #425B86. Grayscale: #A6A6A6. Windows color (decimal): -4348807 or 7972029. OLE color: 7972029.

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

Color convert

RGB189164121-
CMYK00.130.360.26
HSL37.94º34%60.78%-
HSV(B)37.94º35.98%74.12%-
XYZ37.7138.7523.58-
YUV166.57102.28144-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=39.87%
G=34.60%
B=25.53%

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
Decimal18916412100.130.360.2637.943460.78
HexBDA4790D241A26223d
Octal2752441710154432464275
Binary101111011010010011110010110110010011010100110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA479; }

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

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

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

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

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

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

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

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