#B1A189

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

Shades of Pavlova #B1A189

Tints of Pavlova #B1A189

Color information

#B1A189 (or 0xB1A189) is unknown color: approx Pavlova. HEX triplet: B1, A1 and 89. RGB value is (177,161,137). Sum of RGB (Red+Green+Blue) = 177+161+137=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A189 is #4E5E76. Grayscale: #A3A3A3. Windows color (decimal): -5135991 or 9019825. OLE color: 9019825.

HSL color Cylindrical-coordinate representation of color #B1A189: hue angle of 36º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1A189 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB177161137-
CMYK00.090.230.31
HSL36º20.41%61.57%-
HSV(B)36º22.6%69.41%-
XYZ35.3936.6428.87-
YUV163.05113.3137.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=37.26%
G=33.89%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716113700.090.230.313620.4161.57
HexB1A18909171F24143e
Octal2612412110112737442476
Binary10110001101000011000100101001101111111110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A189; }

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

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

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

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

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

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

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

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