#B5A47D

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

Shades of Pavlova #B5A47D

Tints of Pavlova #B5A47D

Color information

#B5A47D (or 0xB5A47D) is unknown color: approx Pavlova. HEX triplet: B5, A4 and 7D. RGB value is (181,164,125). Sum of RGB (Red+Green+Blue) = 181+164+125=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A47D is #4A5B82. Grayscale: #A4A4A4. Windows color (decimal): -4873091 or 8234165. OLE color: 8234165.

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

Color convert

RGB181164125-
CMYK00.090.310.29
HSL41.79º27.45%60%-
HSV(B)41.79º30.94%70.98%-
XYZ36.0337.8624.81-
YUV164.64105.63139.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=38.51%
G=34.89%
B=26.60%

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
Decimal18116412500.090.310.2941.7927.4560
HexB5A47D091F1D2a1b3c
Octal2652441750113735523374
Binary1011010110100100111110101001111111110110101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A47D; }

 p { color: rgb(181,164,125); }

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

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

 a { background-color: rgb(181,164,125); }

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

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

 span { border-color: rgb(181,164,125); }

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