#B4A57E

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

Shades of Pavlova #B4A57E

Tints of Pavlova #B4A57E

Color information

#B4A57E (or 0xB4A57E) is unknown color: approx Pavlova. HEX triplet: B4, A5 and 7E. RGB value is (180,165,126). Sum of RGB (Red+Green+Blue) = 180+165+126=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A57E is #4B5A81. Grayscale: #A5A5A5. Windows color (decimal): -4938370 or 8299956. OLE color: 8299956.

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

Color convert

RGB180165126-
CMYK00.080.30.29
HSL43.33º26.47%60%-
HSV(B)43.33º30%70.59%-
XYZ36.0438.1225.2-
YUV165.04105.97138.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=38.22%
G=35.03%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016512600.080.30.2943.3326.4760
HexB4A57E081E1D2b1a3c
Octal2642451760103635533274
Binary1011010010100101111111001000111101110110101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A57E; }

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

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

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

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

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

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

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

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