#B5A87C

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

Shades of Pavlova #B5A87C

Tints of Pavlova #B5A87C

Color information

#B5A87C (or 0xB5A87C) is unknown color: approx Pavlova. HEX triplet: B5, A8 and 7C. RGB value is (181,168,124). Sum of RGB (Red+Green+Blue) = 181+168+124=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A87C is #4A5783. Grayscale: #A7A7A7. Windows color (decimal): -4872068 or 8169653. OLE color: 8169653.

HSL color Cylindrical-coordinate representation of color #B5A87C: hue angle of 46.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5A87C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181168124-
CMYK00.070.310.29
HSL46.32º27.8%59.8%-
HSV(B)46.32º31.49%70.98%-
XYZ36.739.2824.72-
YUV166.87103.81138.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=38.27%
G=35.52%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116812400.070.310.2946.3227.859.8
HexB5A87C071F1D2e1c3c
Octal265250174073735563474
Binary101101011010100011111000111111111110110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A87C; }

 p { color: rgb(181,168,124); }

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

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

 a { background-color: rgb(181,168,124); }

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

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

 span { border-color: rgb(181,168,124); }

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