Html Css Color HEX #B37686 Tapestry

📋 copy color: '#B37686'

red 179 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #B37686

Tints of Tapestry #B37686

RGB

 RED value IS 179 (70.31% from 255) = 41.53%

 GREEN value IS 118 (46.48% from 255) = 27.38%

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 41.53%
G = 27.38%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B37686 (or 0xB37686) is known color: Tapestry. HEX triplet: B3, 76 and 86. RGB value is (179,118,134). Sum of RGB (Red+Green+Blue) = 179+118+134=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B37686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37686 is #4C8979. Grayscale: #8A8A8A. Windows color (decimal): -5015930 or 8812211. OLE color: 8812211.

HSL color Cylindrical-coordinate representation of color #B37686: hue angle of 344.26º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37686 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 118 134 -
CMYK 0 0.34 0.25 0.30
HSL 344.26º 0.29% 0.58% -
HSV(B) 344.26º 0.34% 0.7% -
XYZ 29.37 24.26 25.69 -
YUV 138.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 179 118 134 0 0.34 0.25 0.30 344.26 0.29 0.58
Hex B3 76 86 0 22 19 1E 158 1D 3A
Octal 263 166 206 0 42 31 36 530 35 72
Binary 10110011 1110110 10000110 0 100010 11001 11110 101011000 11101 111010

Color Harmonies of #B37686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37686

Black with #B37686

Text Example


Text Example

White with #B37686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37686; }

 p { color: rgb(179,118,134); }

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

background-color css

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

 a { background-color: rgb(179,118,134); }

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

border-color css

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

 span { border-color: rgb(179,118,134); }

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