Html Css Color HEX #B37986 Tapestry

📋 copy color: '#B37986'

red 179 ◦ green 121 ◦ blue 134

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

Shades of Tapestry #B37986

Tints of Tapestry #B37986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

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

R = 41.24%
G = 27.88%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B37986 (or 0xB37986) is known color: Tapestry. HEX triplet: B3, 79 and 86. RGB value is (179,121,134). Sum of RGB (Red+Green+Blue) = 179+121+134=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B37986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37986 is #4C8679. Grayscale: #8B8B8B. Windows color (decimal): -5015162 or 8812979. OLE color: 8812979.

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

Color convert

RGB 179 121 134 -
CMYK 0 0.32 0.25 0.30
HSL 346.55º 0.28% 0.59% -
HSV(B) 346.55º 0.32% 0.7% -
XYZ 29.73 24.98 25.81 -
YUV 139.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 179 121 134 0 0.32 0.25 0.30 346.55 0.28 0.59
Hex B3 79 86 0 20 19 1E 15B 1C 3B
Octal 263 171 206 0 40 31 36 533 34 73
Binary 10110011 1111001 10000110 0 100000 11001 11110 101011011 11100 111011

Color Harmonies of #B37986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37986

Black with #B37986

Text Example


Text Example

White with #B37986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37986; }

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

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

background-color css

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

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

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

border-color css

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

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

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