Html Css Color HEX #987170 Bazaar

📋 copy color: '#987170'

red 152 ◦ green 113 ◦ blue 112

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

Shades of Bazaar #987170

Tints of Bazaar #987170

RGB

 RED value IS 152 (59.77% from 255) = 40.32%

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

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

R = 40.32%
G = 29.97%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#987170 (or 0x987170) is known color: Bazaar. HEX triplet: 98, 71 and 70. RGB value is (152,113,112). Sum of RGB (Red+Green+Blue) = 152+113+112=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #987170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987170 is #678E8F. Grayscale: #7C7C7C. Windows color (decimal): -6786704 or 7369112. OLE color: 7369112.

HSL color Cylindrical-coordinate representation of color #987170: hue angle of 1.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987170 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 112 -
CMYK 0 0.26 0.26 0.40
HSL 1.5º 0.16% 0.52% -
HSV(B) 1.5º 0.26% 0.6% -
XYZ 21.78 19.66 17.98 -
YUV 124.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 152 113 112 0 0.26 0.26 0.40 1.5 0.16 0.52
Hex 98 71 70 0 1A 1A 28 2 10 34
Octal 230 161 160 0 32 32 50 2 20 64
Binary 10011000 1110001 1110000 0 11010 11010 101000 10 10000 110100

Color Harmonies of #987170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987170

Black with #987170

Text Example


Text Example

White with #987170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987170; }

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

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

background-color css

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

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

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

border-color css

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

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

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