#B5A07C

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

Shades of Pavlova #B5A07C

Tints of Pavlova #B5A07C

Color information

#B5A07C (or 0xB5A07C) is unknown color: approx Pavlova. HEX triplet: B5, A0 and 7C. RGB value is (181,160,124). Sum of RGB (Red+Green+Blue) = 181+160+124=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A07C is #4A5F83. Grayscale: #A2A2A2. Windows color (decimal): -4874116 or 8167605. OLE color: 8167605.

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

Color convert

RGB181160124-
CMYK00.120.310.29
HSL37.89º27.8%59.8%-
HSV(B)37.89º31.49%70.98%-
XYZ35.2636.4224.24-
YUV162.17106.46141.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=38.92%
G=34.41%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116012400.120.310.2937.8927.859.8
HexB5A07C0C1F1D261c3c
Octal2652401740143735463474
Binary1011010110100000111110001100111111110110011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A07C; }

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

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

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

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

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

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

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

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