#B5A479

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

Shades of Pavlova #B5A479

Tints of Pavlova #B5A479

Color information

#B5A479 (or 0xB5A479) is unknown color: approx Pavlova. HEX triplet: B5, A4 and 79. RGB value is (181,164,121). Sum of RGB (Red+Green+Blue) = 181+164+121=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A479 is #4A5B86. Grayscale: #A4A4A4. Windows color (decimal): -4873095 or 7972021. OLE color: 7972021.

HSL color Cylindrical-coordinate representation of color #B5A479: hue angle of 43º degrees, saturation: 0.29, 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 #B5A479 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181164121-
CMYK00.090.330.29
HSL43º28.85%59.22%-
HSV(B)43º33.15%70.98%-
XYZ35.7837.7623.49-
YUV164.18103.63140-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=38.84%
G=35.19%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116412100.090.330.294328.8559.22
HexB5A47909211D2b1d3b
Octal2652441710114135533573
Binary10110101101001001111001010011000011110110101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A479; }

 p { color: rgb(181,164,121); }

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

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

 a { background-color: rgb(181,164,121); }

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

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

 span { border-color: rgb(181,164,121); }

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