#B1A387

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

Shades of Pavlova #B1A387

Tints of Pavlova #B1A387

Color information

#B1A387 (or 0xB1A387) is unknown color: approx Pavlova. HEX triplet: B1, A3 and 87. RGB value is (177,163,135). Sum of RGB (Red+Green+Blue) = 177+163+135=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A387 is #4E5C78. Grayscale: #A4A4A4. Windows color (decimal): -5135481 or 8889265. OLE color: 8889265.

HSL color Cylindrical-coordinate representation of color #B1A387: hue angle of 40º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A387 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177163135-
CMYK00.080.240.31
HSL40º21.21%61.18%-
HSV(B)40º23.73%69.41%-
XYZ35.637.2928.24-
YUV163.99111.64137.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=37.26%
G=34.32%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716313500.080.240.314021.2161.18
HexB1A38708181F28153d
Octal2612432070103037502575
Binary10110001101000111000011101000110001111110100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A387; }

 p { color: rgb(177,163,135); }

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

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

 a { background-color: rgb(177,163,135); }

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

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

 span { border-color: rgb(177,163,135); }

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