#B5A379

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

Shades of Pavlova #B5A379

Tints of Pavlova #B5A379

Color information

#B5A379 (or 0xB5A379) is unknown color: approx Pavlova. HEX triplet: B5, A3 and 79. RGB value is (181,163,121). Sum of RGB (Red+Green+Blue) = 181+163+121=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A379 is #4A5C86. Grayscale: #A3A3A3. Windows color (decimal): -4873351 or 7971765. OLE color: 7971765.

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

Color convert

RGB181163121-
CMYK00.100.330.29
HSL42º28.85%59.22%-
HSV(B)42º33.15%70.98%-
XYZ35.637.423.43-
YUV163.59103.96140.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=38.92%
G=35.05%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116312100.100.330.294228.8559.22
HexB5A3790A211D2a1d3b
Octal2652431710124135523573
Binary10110101101000111111001010101000011110110101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A379; }

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

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

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

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

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

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

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

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