Html Css Color HEX #B17382 Tapestry

📋 copy color: '#B17382'

red 177 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #B17382

Tints of Tapestry #B17382

RGB

 RED value IS 177 (69.53% from 255) = 41.94%

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 41.94%
G = 27.25%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B17382 (or 0xB17382) is known color: Tapestry. HEX triplet: B1, 73 and 82. RGB value is (177,115,130). Sum of RGB (Red+Green+Blue) = 177+115+130=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B17382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17382 is #4E8C7D. Grayscale: #878787. Windows color (decimal): -5147774 or 8549297. OLE color: 8549297.

HSL color Cylindrical-coordinate representation of color #B17382: hue angle of 345.48º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17382 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 115 130 -
CMYK 0 0.35 0.27 0.31
HSL 345.48º 0.28% 0.57% -
HSV(B) 345.48º 0.35% 0.69% -
XYZ 28.29 23.22 24.11 -
YUV 135.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 177 115 130 0 0.35 0.27 0.31 345.48 0.28 0.57
Hex B1 73 82 0 23 1B 1F 159 1C 39
Octal 261 163 202 0 43 33 37 531 34 71
Binary 10110001 1110011 10000010 0 100011 11011 11111 101011001 11100 111001

Color Harmonies of #B17382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17382

Black with #B17382

Text Example


Text Example

White with #B17382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17382; }

 p { color: rgb(177,115,130); }

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

background-color css

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

 a { background-color: rgb(177,115,130); }

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

border-color css

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

 span { border-color: rgb(177,115,130); }

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