#BDA578

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

Shades of Pavlova #BDA578

Tints of Pavlova #BDA578

Color information

#BDA578 (or 0xBDA578) is unknown color: approx Pavlova. HEX triplet: BD, A5 and 78. RGB value is (189,165,120). Sum of RGB (Red+Green+Blue) = 189+165+120=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA578 is #425A87. Grayscale: #A7A7A7. Windows color (decimal): -4348552 or 7906749. OLE color: 7906749.

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

Color convert

RGB189165120-
CMYK00.130.370.26
HSL39.13º34.33%60.59%-
HSV(B)39.13º36.51%74.12%-
XYZ37.8339.0923.32-
YUV167.05101.45143.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=39.87%
G=34.81%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916512000.130.370.2639.1334.3360.59
HexBDA5780D251A27223d
Octal2752451700154532474275
Binary101111011010010111110000110110010111010100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA578; }

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

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

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

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

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

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

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

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