#B4A481

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

Shades of Pavlova #B4A481

Tints of Pavlova #B4A481

Color information

#B4A481 (or 0xB4A481) is unknown color: approx Pavlova. HEX triplet: B4, A4 and 81. RGB value is (180,164,129). Sum of RGB (Red+Green+Blue) = 180+164+129=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A481 is #4B5B7E. Grayscale: #A4A4A4. Windows color (decimal): -4938623 or 8496308. OLE color: 8496308.

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

Color convert

RGB180164129-
CMYK00.090.280.29
HSL41.18º25.37%60.59%-
HSV(B)41.18º28.33%70.59%-
XYZ36.0637.8426.17-
YUV164.79107.8138.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=38.05%
G=34.67%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016412900.090.280.2941.1825.3760.59
HexB4A481091C1D29193d
Octal2642442010113435513175
Binary10110100101001001000000101001111001110110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A481; }

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

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

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

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

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

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

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

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