#957170

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

Shades of Bazaar #957170

Tints of Bazaar #957170

Color information

#957170 (or 0x957170) is unknown color: approx Bazaar. HEX triplet: 95, 71 and 70. RGB value is (149,113,112). Sum of RGB (Red+Green+Blue) = 149+113+112=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #957170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957170 is #6A8E8F. Grayscale: #7B7B7B. Windows color (decimal): -6983312 or 7369109. OLE color: 7369109.

HSL color Cylindrical-coordinate representation of color #957170: hue angle of 1.62º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957170 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149113112-
CMYK00.240.250.42
HSL1.62º14.86%51.18%-
HSV(B)1.62º24.83%58.43%-
XYZ21.2219.3717.95-
YUV123.65121.43146.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=39.84%
G=30.21%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911311200.240.250.421.6214.8651.18
Hex957170018192A2f33
Octal225161160030315221763
Binary100101011110001111000001100011001101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957170; }

 p { color: rgb(149,113,112); }

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

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

 a { background-color: rgb(149,113,112); }

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

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

 span { border-color: rgb(149,113,112); }

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