Html Css Color HEX #9B7170 Copper Rose

📋 copy color: '#9B7170'

red 155 ◦ green 113 ◦ blue 112

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

Shades of Copper Rose #9B7170

Tints of Copper Rose #9B7170

RGB

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

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

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

R = 40.79%
G = 29.74%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B7170 (or 0x9B7170) is known color: Copper Rose. HEX triplet: 9B, 71 and 70. RGB value is (155,113,112). Sum of RGB (Red+Green+Blue) = 155+113+112=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7170 is #648E8F. Grayscale: #7D7D7D. Windows color (decimal): -6590096 or 7369115. OLE color: 7369115.

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

Color convert

RGB 155 113 112 -
CMYK 0 0.27 0.28 0.39
HSL 1.4º 0.18% 0.52% -
HSV(B) 1.4º 0.28% 0.61% -
XYZ 22.35 19.95 18 -
YUV 125.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 155 113 112 0 0.27 0.28 0.39 1.4 0.18 0.52
Hex 9B 71 70 0 1B 1C 27 1 12 34
Octal 233 161 160 0 33 34 47 1 22 64
Binary 10011011 1110001 1110000 0 11011 11100 100111 1 10010 110100

Color Harmonies of #9B7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7170

Black with #9B7170

Text Example


Text Example

White with #9B7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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