#9B7474

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

Shades of Bazaar #9B7474

Tints of Bazaar #9B7474

Color information

#9B7474 (or 0x9B7474) is unknown color: approx Bazaar. HEX triplet: 9B, 74 and 74. RGB value is (155,116,116). Sum of RGB (Red+Green+Blue) = 155+116+116=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7474 is #648B8B. Grayscale: #7F7F7F. Windows color (decimal): -6589324 or 7632027. OLE color: 7632027.

HSL color Cylindrical-coordinate representation of color #9B7474: hue angle of 0º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7474 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB155116116-
CMYK00.250.250.39
HSL16.32%53.14%-
HSV(B)25.16%60.78%-
XYZ22.9220.7219.31-
YUV127.66121.42147.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=40.05%
G=29.97%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511611600.250.250.39016.3253.14
Hex9B7474019192701035
Octal233164164031314702065
Binary100110111110100111010001100111001100111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7474; }

 p { color: rgb(155,116,116); }

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

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

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

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

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

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

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