#B4A279

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

Shades of Pavlova #B4A279

Tints of Pavlova #B4A279

Color information

#B4A279 (or 0xB4A279) is unknown color: approx Pavlova. HEX triplet: B4, A2 and 79. RGB value is (180,162,121). Sum of RGB (Red+Green+Blue) = 180+162+121=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A279 is #4B5D86. Grayscale: #A2A2A2. Windows color (decimal): -4939143 or 7971508. OLE color: 7971508.

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

Color convert

RGB180162121-
CMYK00.10.330.29
HSL41.69º28.23%59.02%-
HSV(B)41.69º32.78%70.59%-
XYZ35.1936.9223.36-
YUV162.71104.46140.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=38.88%
G=34.99%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016212100.10.330.2941.6928.2359.02
HexB4A2790A211D2a1c3b
Octal2642421710124135523473
Binary10110100101000101111001010101000011110110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A279; }

 p { color: rgb(180,162,121); }

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

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

 a { background-color: rgb(180,162,121); }

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

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

 span { border-color: rgb(180,162,121); }

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