#B4A47D

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

Shades of Pavlova #B4A47D

Tints of Pavlova #B4A47D

Color information

#B4A47D (or 0xB4A47D) is unknown color: approx Pavlova. HEX triplet: B4, A4 and 7D. RGB value is (180,164,125). Sum of RGB (Red+Green+Blue) = 180+164+125=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A47D is #4B5B82. Grayscale: #A4A4A4. Windows color (decimal): -4938627 or 8234164. OLE color: 8234164.

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

Color convert

RGB180164125-
CMYK00.090.310.29
HSL42.55º26.83%59.8%-
HSV(B)42.55º30.56%70.59%-
XYZ35.837.7324.8-
YUV164.34105.8139.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=38.38%
G=34.97%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016412500.090.310.2942.5526.8359.8
HexB4A47D091F1D2b1b3c
Octal2642441750113735533374
Binary1011010010100100111110101001111111110110101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A47D; }

 p { color: rgb(180,164,125); }

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

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

 a { background-color: rgb(180,164,125); }

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

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

 span { border-color: rgb(180,164,125); }

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