#B1A28C

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

Shades of Pavlova #B1A28C

Tints of Pavlova #B1A28C

Color information

#B1A28C (or 0xB1A28C) is unknown color: approx Pavlova. HEX triplet: B1, A2 and 8C. RGB value is (177,162,140). Sum of RGB (Red+Green+Blue) = 177+162+140=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A28C is #4E5D73. Grayscale: #A4A4A4. Windows color (decimal): -5135732 or 9216689. OLE color: 9216689.

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

Color convert

RGB177162140-
CMYK00.080.210.31
HSL35.68º19.17%62.16%-
HSV(B)35.68º20.9%69.41%-
XYZ35.7937.0830.08-
YUV163.98114.47137.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=36.95%
G=33.82%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716214000.080.210.3135.6819.1762.16
HexB1A28C08151F24133e
Octal2612422140102537442376
Binary10110001101000101000110001000101011111110010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A28C; }

 p { color: rgb(177,162,140); }

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

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

 a { background-color: rgb(177,162,140); }

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

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

 span { border-color: rgb(177,162,140); }

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