#887271

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

Shades of Bazaar #887271

Tints of Bazaar #887271

Color information

#887271 (or 0x887271) is unknown color: approx Bazaar. HEX triplet: 88, 72 and 71. RGB value is (136,114,113). Sum of RGB (Red+Green+Blue) = 136+114+113=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #887271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887271 is #778D8E. Grayscale: #787878. Windows color (decimal): -7835023 or 7434888. OLE color: 7434888.

HSL color Cylindrical-coordinate representation of color #887271: hue angle of 2.61º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #887271 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB136114113-
CMYK00.160.170.47
HSL2.61º9.24%48.82%-
HSV(B)2.61º16.91%53.33%-
XYZ19.1518.4618.18-
YUV120.46123.79139.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=37.47%
G=31.40%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611411300.160.170.472.619.2448.82
Hex887271010112F3931
Octal210162161020215731161
Binary100010001110010111000101000010001101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887271; }

 p { color: rgb(136,114,113); }

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

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

 a { background-color: rgb(136,114,113); }

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

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

 span { border-color: rgb(136,114,113); }

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