Html Css Color HEX #B36980 Tapestry

📋 copy color: '#B36980'

red 179 ◦ green 105 ◦ blue 128

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

Shades of Tapestry #B36980

Tints of Tapestry #B36980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 43.45%
G = 25.49%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B36980 (or 0xB36980) is known color: Tapestry. HEX triplet: B3, 69 and 80. RGB value is (179,105,128). Sum of RGB (Red+Green+Blue) = 179+105+128=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B36980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36980 is #4C967F. Grayscale: #818181. Windows color (decimal): -5019264 or 8415667. OLE color: 8415667.

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

Color convert

RGB 179 105 128 -
CMYK 0 0.41 0.28 0.30
HSL 341.35º 0.33% 0.56% -
HSV(B) 341.35º 0.41% 0.7% -
XYZ 27.54 21.25 23.07 -
YUV 129.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 179 105 128 0 0.41 0.28 0.30 341.35 0.33 0.56
Hex B3 69 80 0 29 1C 1E 155 21 38
Octal 263 151 200 0 51 34 36 525 41 70
Binary 10110011 1101001 10000000 0 101001 11100 11110 101010101 100001 111000

Color Harmonies of #B36980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36980

Black with #B36980

Text Example


Text Example

White with #B36980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36980; }

 p { color: rgb(179,105,128); }

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

background-color css

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

 a { background-color: rgb(179,105,128); }

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

border-color css

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

 span { border-color: rgb(179,105,128); }

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