Html Css Color HEX #B17182 Tapestry

📋 copy color: '#B17182'

red 177 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #B17182

Tints of Tapestry #B17182

RGB

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

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

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

R = 42.14%
G = 26.9%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B17182 (or 0xB17182) is known color: Tapestry. HEX triplet: B1, 71 and 82. RGB value is (177,113,130). Sum of RGB (Red+Green+Blue) = 177+113+130=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B17182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17182 is #4E8E7D. Grayscale: #868686. Windows color (decimal): -5148286 or 8548785. OLE color: 8548785.

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

Color convert

RGB 177 113 130 -
CMYK 0 0.36 0.27 0.31
HSL 344.06º 0.29% 0.57% -
HSV(B) 344.06º 0.36% 0.69% -
XYZ 28.07 22.77 24.03 -
YUV 134.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 177 113 130 0 0.36 0.27 0.31 344.06 0.29 0.57
Hex B1 71 82 0 24 1B 1F 158 1D 39
Octal 261 161 202 0 44 33 37 530 35 71
Binary 10110001 1110001 10000010 0 100100 11011 11111 101011000 11101 111001

Color Harmonies of #B17182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17182

Black with #B17182

Text Example


Text Example

White with #B17182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17182; }

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

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

background-color css

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

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

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

border-color css

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

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

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