#B4A77D

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

Shades of Pavlova #B4A77D

Tints of Pavlova #B4A77D

Color information

#B4A77D (or 0xB4A77D) is unknown color: approx Pavlova. HEX triplet: B4, A7 and 7D. RGB value is (180,167,125). Sum of RGB (Red+Green+Blue) = 180+167+125=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A77D is #4B5882. Grayscale: #A6A6A6. Windows color (decimal): -4937859 or 8234932. OLE color: 8234932.

HSL color Cylindrical-coordinate representation of color #B4A77D: hue angle of 45.82º 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 #B4A77D is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180167125-
CMYK00.070.310.29
HSL45.82º26.83%59.8%-
HSV(B)45.82º30.56%70.59%-
XYZ36.3438.8224.98-
YUV166.1104.81137.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=38.14%
G=35.38%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016712500.070.310.2945.8226.8359.8
HexB4A77D071F1D2e1b3c
Octal264247175073735563374
Binary101101001010011111111010111111111110110111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A77D; }

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

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

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

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

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

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

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

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