#B5A38C

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

Shades of Pavlova #B5A38C

Tints of Pavlova #B5A38C

Color information

#B5A38C (or 0xB5A38C) is unknown color: approx Pavlova. HEX triplet: B5, A3 and 8C. RGB value is (181,163,140). Sum of RGB (Red+Green+Blue) = 181+163+140=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A38C is #4A5C73. Grayscale: #A5A5A5. Windows color (decimal): -4873332 or 9216949. OLE color: 9216949.

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

Color convert

RGB181163140-
CMYK00.100.230.29
HSL33.66º21.69%62.94%-
HSV(B)33.66º22.65%70.98%-
XYZ36.8937.9130.18-
YUV165.76113.46138.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=37.40%
G=33.68%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116314000.100.230.2933.6621.6962.94
HexB5A38C0A171D22163f
Octal2652432140122735422677
Binary10110101101000111000110001010101111110110001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A38C; }

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

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

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

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

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

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

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

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