#B5A482

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

Shades of Pavlova #B5A482

Tints of Pavlova #B5A482

Color information

#B5A482 (or 0xB5A482) is unknown color: approx Pavlova. HEX triplet: B5, A4 and 82. RGB value is (181,164,130). Sum of RGB (Red+Green+Blue) = 181+164+130=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A482 is #4A5B7D. Grayscale: #A5A5A5. Windows color (decimal): -4873086 or 8561845. OLE color: 8561845.

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

Color convert

RGB181164130-
CMYK00.090.280.29
HSL40º25.63%60.98%-
HSV(B)40º28.18%70.98%-
XYZ36.3637.9926.53-
YUV165.21108.13139.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=38.11%
G=34.53%
B=27.37%

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
Decimal18116413000.090.280.294025.6360.98
HexB5A482091C1D281a3d
Octal2652442020113435503275
Binary10110101101001001000001001001111001110110100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A482; }

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

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

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

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

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

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

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

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