#B5A57C

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

Shades of Pavlova #B5A57C

Tints of Pavlova #B5A57C

Color information

#B5A57C (or 0xB5A57C) is unknown color: approx Pavlova. HEX triplet: B5, A5 and 7C. RGB value is (181,165,124). Sum of RGB (Red+Green+Blue) = 181+165+124=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A57C is #4A5A83. Grayscale: #A5A5A5. Windows color (decimal): -4872836 or 8168885. OLE color: 8168885.

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

Color convert

RGB181165124-
CMYK00.090.310.29
HSL43.16º27.8%59.8%-
HSV(B)43.16º31.49%70.98%-
XYZ36.1538.1924.53-
YUV165.11104.8139.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=38.51%
G=35.11%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116512400.090.310.2943.1627.859.8
HexB5A57C091F1D2b1c3c
Octal2652451740113735533474
Binary1011010110100101111110001001111111110110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A57C; }

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

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

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

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

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

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

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

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