Html Css Color HEX #8B7170 Bazaar

📋 copy color: '#8B7170'

red 139 ◦ green 113 ◦ blue 112

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

Shades of Bazaar #8B7170

Tints of Bazaar #8B7170

RGB

 RED value IS 139 (54.69% from 255) = 38.19%

 GREEN value IS 113 (44.53% from 255) = 31.04%

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 38.19%
G = 31.04%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B7170 (or 0x8B7170) is known color: Bazaar. HEX triplet: 8B, 71 and 70. RGB value is (139,113,112). Sum of RGB (Red+Green+Blue) = 139+113+112=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7170 is #748E8F. Grayscale: #787878. Windows color (decimal): -7638672 or 7369099. OLE color: 7369099.

HSL color Cylindrical-coordinate representation of color #8B7170: hue angle of 2.22º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7170 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 113 112 -
CMYK 0 0.19 0.19 0.45
HSL 2.22º 0.11% 0.49% -
HSV(B) 2.22º 0.19% 0.55% -
XYZ 19.48 18.47 17.87 -
YUV 120.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 139 113 112 0 0.19 0.19 0.45 2.22 0.11 0.49
Hex 8B 71 70 0 13 13 2D 2 B 31
Octal 213 161 160 0 23 23 55 2 13 61
Binary 10001011 1110001 1110000 0 10011 10011 101101 10 1011 110001

Color Harmonies of #8B7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7170

Black with #8B7170

Text Example


Text Example

White with #8B7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7170; }

 p { color: rgb(139,113,112); }

 H1.HeaderClassName
 {
   color: #8B7170;
 }
 .AnyTagClassName
 {
   color: #8B7170;
 }
</style>

background-color css

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

 a { background-color: rgb(139,113,112); }

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

border-color css

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

 span { border-color: rgb(139,113,112); }

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