Html Css Color HEX #957470 Bazaar

📋 copy color: '#957470'

red 149 ◦ green 116 ◦ blue 112

#957470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #957470

Tints of Bazaar #957470

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

 GREEN value IS 116 (45.7% 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 value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#957470 (or 0x957470) is known color: 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

RGB 149 116 112 -
CMYK 0 0.22 0.25 0.42
HSL 6.49º 0.15% 0.51% -
HSV(B) 6.49º 0.25% 0.58% -
XYZ 21.56 20.05 18.06 -
YUV 125.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 149 116 112 0 0.22 0.25 0.42 6.49 0.15 0.51
Hex 95 74 70 0 16 19 2A 6 F 33
Octal 225 164 160 0 26 31 52 6 17 63
Binary 10010101 1110100 1110000 0 10110 11001 101010 110 1111 110011

Color Harmonies of #957470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957470

Black with #957470

Text Example


Text Example

White with #957470

Text Example


Text Example

HTML Codes & Css Web 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>