#B4A57A

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

Shades of Pavlova #B4A57A

Tints of Pavlova #B4A57A

Color information

#B4A57A (or 0xB4A57A) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 7A. RGB value is (180,165,122). Sum of RGB (Red+Green+Blue) = 180+165+122=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A57A is #4B5A85. Grayscale: #A4A4A4. Windows color (decimal): -4938374 or 8037812. OLE color: 8037812.

HSL color Cylindrical-coordinate representation of color #B4A57A: hue angle of 44.48º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A57A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180165122-
CMYK00.080.320.29
HSL44.48º27.88%59.22%-
HSV(B)44.48º32.22%70.59%-
XYZ35.7938.0223.86-
YUV164.58103.97139-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=38.54%
G=35.33%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016512200.080.320.2944.4827.8859.22
HexB4A57A08201D2c1c3b
Octal2642451720104035543473
Binary10110100101001011111010010001000001110110110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A57A; }

 p { color: rgb(180,165,122); }

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

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

 a { background-color: rgb(180,165,122); }

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

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

 span { border-color: rgb(180,165,122); }

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