#947470

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

Shades of Bazaar #947470

Tints of Bazaar #947470

Color information

#947470 (or 0x947470) is unknown color: approx Bazaar. HEX triplet: 94, 74 and 70. RGB value is (148,116,112). Sum of RGB (Red+Green+Blue) = 148+116+112=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #947470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947470 is #6B8B8F. Grayscale: #7D7D7D. Windows color (decimal): -7048080 or 7369876. OLE color: 7369876.

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

Color convert

RGB148116112-
CMYK00.220.240.42
HSL6.67º14.4%50.98%-
HSV(B)6.67º24.32%58.04%-
XYZ21.3819.9618.05-
YUV125.11120.6144.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=39.36%
G=30.85%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811611200.220.240.426.6714.450.98
Hex947470016182A7e33
Octal224164160026305271663
Binary1001010011101001110000010110110001010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947470; }

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

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

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

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

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

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

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

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