#BDA480

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

Shades of Pavlova #BDA480

Tints of Pavlova #BDA480

Color information

#BDA480 (or 0xBDA480) is unknown color: approx Pavlova. HEX triplet: BD, A4 and 80. RGB value is (189,164,128). Sum of RGB (Red+Green+Blue) = 189+164+128=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA480 is #425B7F. Grayscale: #A7A7A7. Windows color (decimal): -4348800 or 8430781. OLE color: 8430781.

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

Color convert

RGB189164128-
CMYK00.130.320.26
HSL35.41º31.61%62.16%-
HSV(B)35.41º32.28%74.12%-
XYZ38.1638.9325.92-
YUV167.37105.78143.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=39.29%
G=34.10%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916412800.130.320.2635.4131.6162.16
HexBDA4800D201A23203e
Octal2752442000154032434076
Binary1011110110100100100000000110110000011010100011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA480; }

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

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

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

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

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

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

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

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