#B5A982

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

Shades of Pavlova #B5A982

Tints of Pavlova #B5A982

Color information

#B5A982 (or 0xB5A982) is unknown color: approx Pavlova. HEX triplet: B5, A9 and 82. RGB value is (181,169,130). Sum of RGB (Red+Green+Blue) = 181+169+130=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A982 is #4A567D. Grayscale: #A8A8A8. Windows color (decimal): -4871806 or 8563125. OLE color: 8563125.

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

Color convert

RGB181169130-
CMYK00.070.280.29
HSL45.88º25.63%60.98%-
HSV(B)45.88º28.18%70.98%-
XYZ37.2739.8126.84-
YUV168.14106.48137.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=37.71%
G=35.21%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116913000.070.280.2945.8825.6360.98
HexB5A982071C1D2e1a3d
Octal265251202073435563275
Binary1011010110101001100000100111111001110110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A982; }

 p { color: rgb(181,169,130); }

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

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

 a { background-color: rgb(181,169,130); }

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

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

 span { border-color: rgb(181,169,130); }

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