#957470

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

Shades of Bazaar #957470

Tints of Bazaar #957470

Color information

#957470 (or 0x957470) is unknown color: approx Bazaar. HEX triplet: 95, 74 and 70. RGB value is (149,116,112). Sum of RGB (Red+Green+Blue) = 149+116+112=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #957470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957470 is #6A8B8F. Grayscale: #7D7D7D. Windows color (decimal): -6982544 or 7369877. OLE color: 7369877.

HSL color Cylindrical-coordinate representation of color #957470: hue angle of 6.49º 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 #957470 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149116112-
CMYK00.220.250.42
HSL6.49º14.86%51.18%-
HSV(B)6.49º24.83%58.43%-
XYZ21.5620.0518.06-
YUV125.41120.43144.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=39.52%
G=30.77%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911611200.220.250.426.4914.8651.18
Hex957470016192A6f33
Octal225164160026315261763
Binary1001010111101001110000010110110011010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957470; }

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

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

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

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

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

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

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

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