Html Css Color HEX #9B7471 Bazaar

📋 copy color: '#9B7471'

red 155 ◦ green 116 ◦ blue 113

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

Shades of Bazaar #9B7471

Tints of Bazaar #9B7471

RGB

 RED value IS 155 (60.94% from 255) = 40.36%

 GREEN value IS 116 (45.7% from 255) = 30.21%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 40.36%
G = 30.21%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B7471 (or 0x9B7471) is known color: Bazaar. HEX triplet: 9B, 74 and 71. RGB value is (155,116,113). Sum of RGB (Red+Green+Blue) = 155+116+113=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7471 is #648B8E. Grayscale: #7F7F7F. Windows color (decimal): -6589327 or 7435419. OLE color: 7435419.

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

Color convert

RGB 155 116 113 -
CMYK 0 0.25 0.27 0.39
HSL 4.29º 0.17% 0.53% -
HSV(B) 4.29º 0.27% 0.61% -
XYZ 22.74 20.65 18.41 -
YUV 127.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 155 116 113 0 0.25 0.27 0.39 4.29 0.17 0.53
Hex 9B 74 71 0 19 1B 27 4 11 35
Octal 233 164 161 0 31 33 47 4 21 65
Binary 10011011 1110100 1110001 0 11001 11011 100111 100 10001 110101

Color Harmonies of #9B7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7471

Black with #9B7471

Text Example


Text Example

White with #9B7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B7471;
 }
 .AnyTagClassName
 {
   color: #9B7471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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