#B5A07F

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

Shades of Pavlova #B5A07F

Tints of Pavlova #B5A07F

Color information

#B5A07F (or 0xB5A07F) is unknown color: approx Pavlova. HEX triplet: B5, A0 and 7F. RGB value is (181,160,127). Sum of RGB (Red+Green+Blue) = 181+160+127=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A07F is #4A5F80. Grayscale: #A2A2A2. Windows color (decimal): -4874113 or 8364213. OLE color: 8364213.

HSL color Cylindrical-coordinate representation of color #B5A07F: hue angle of 36.67º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A07F is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181160127-
CMYK00.120.300.29
HSL36.67º26.73%60.39%-
HSV(B)36.67º29.83%70.98%-
XYZ35.4636.525.25-
YUV162.52107.96141.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 127 (50% from 255) = 27.14%
R=38.68%
G=34.19%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116012700.120.300.2936.6726.7360.39
HexB5A07F0C1E1D251b3c
Octal2652401770143635453374
Binary1011010110100000111111101100111101110110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A07F; }

 p { color: rgb(181,160,127); }

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

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

 a { background-color: rgb(181,160,127); }

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

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

 span { border-color: rgb(181,160,127); }

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