#BDA580

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

Shades of Pavlova #BDA580

Tints of Pavlova #BDA580

Color information

#BDA580 (or 0xBDA580) is unknown color: approx Pavlova. HEX triplet: BD, A5 and 80. RGB value is (189,165,128). Sum of RGB (Red+Green+Blue) = 189+165+128=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA580 is #425A7F. Grayscale: #A8A8A8. Windows color (decimal): -4348544 or 8431037. OLE color: 8431037.

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

Color convert

RGB189165128-
CMYK00.130.320.26
HSL36.39º31.61%62.16%-
HSV(B)36.39º32.28%74.12%-
XYZ38.3439.2925.98-
YUV167.96105.45143.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=39.21%
G=34.23%
B=26.56%

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
Decimal18916512800.130.320.2636.3931.6162.16
HexBDA5800D201A24203e
Octal2752452000154032444076
Binary1011110110100101100000000110110000011010100100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA580; }

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

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

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

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

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

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

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

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