#B5A58B

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

Shades of Pavlova #B5A58B

Tints of Pavlova #B5A58B

Color information

#B5A58B (or 0xB5A58B) is unknown color: approx Pavlova. HEX triplet: B5, A5 and 8B. RGB value is (181,165,139). Sum of RGB (Red+Green+Blue) = 181+165+139=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A58B is #4A5A74. Grayscale: #A6A6A6. Windows color (decimal): -4872821 or 9151925. OLE color: 9151925.

HSL color Cylindrical-coordinate representation of color #B5A58B: hue angle of 37.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5A58B is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181165139-
CMYK00.090.230.29
HSL37.14º22.11%62.75%-
HSV(B)37.14º23.2%70.98%-
XYZ37.1738.629.92-
YUV166.82112.3138.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=37.32%
G=34.02%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116513900.090.230.2937.1422.1162.75
HexB5A58B09171D25163f
Octal2652452130112735452677
Binary10110101101001011000101101001101111110110010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A58B; }

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

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

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

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

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

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

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

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