#B1A187

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

Shades of Pavlova #B1A187

Tints of Pavlova #B1A187

Color information

#B1A187 (or 0xB1A187) is unknown color: approx Pavlova. HEX triplet: B1, A1 and 87. RGB value is (177,161,135). Sum of RGB (Red+Green+Blue) = 177+161+135=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A187 is #4E5E78. Grayscale: #A2A2A2. Windows color (decimal): -5135993 or 8888753. OLE color: 8888753.

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

Color convert

RGB177161135-
CMYK00.090.240.31
HSL37.14º21.21%61.18%-
HSV(B)37.14º23.73%69.41%-
XYZ35.2536.5928.13-
YUV162.82112.3138.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=37.42%
G=34.04%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716113500.090.240.3137.1421.2161.18
HexB1A18709181F25153d
Octal2612412070113037452575
Binary10110001101000011000011101001110001111110010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A187; }

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

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

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

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

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

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

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

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