#B5A583

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

Shades of Pavlova #B5A583

Tints of Pavlova #B5A583

Color information

#B5A583 (or 0xB5A583) is unknown color: approx Pavlova. HEX triplet: B5, A5 and 83. RGB value is (181,165,131). Sum of RGB (Red+Green+Blue) = 181+165+131=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A583 is #4A5A7C. Grayscale: #A6A6A6. Windows color (decimal): -4872829 or 8627637. OLE color: 8627637.

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

Color convert

RGB181165131-
CMYK00.090.280.29
HSL40.8º25.25%61.18%-
HSV(B)40.8º27.62%70.98%-
XYZ36.6138.3726.95-
YUV165.91108.3138.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=37.95%
G=34.59%
B=27.46%

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
Decimal18116513100.090.280.2940.825.2561.18
HexB5A583091C1D29193d
Octal2652452030113435513175
Binary10110101101001011000001101001111001110110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A583; }

 p { color: rgb(181,165,131); }

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

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

 a { background-color: rgb(181,165,131); }

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

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

 span { border-color: rgb(181,165,131); }

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