Html Css Color HEX #B36080 Tapestry

📋 copy color: '#B36080'

red 179 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #B36080

Tints of Tapestry #B36080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

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

R = 44.42%
G = 23.82%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B36080 (or 0xB36080) is known color: Tapestry. HEX triplet: B3, 60 and 80. RGB value is (179,96,128). Sum of RGB (Red+Green+Blue) = 179+96+128=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B36080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36080 is #4C9F7F. Grayscale: #7C7C7C. Windows color (decimal): -5021568 or 8413363. OLE color: 8413363.

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

Color convert

RGB 179 96 128 -
CMYK 0 0.46 0.28 0.30
HSL 336.87º 0.35% 0.54% -
HSV(B) 336.87º 0.46% 0.7% -
XYZ 26.67 19.51 22.78 -
YUV 124.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 179 96 128 0 0.46 0.28 0.30 336.87 0.35 0.54
Hex B3 60 80 0 2E 1C 1E 151 23 36
Octal 263 140 200 0 56 34 36 521 43 66
Binary 10110011 1100000 10000000 0 101110 11100 11110 101010001 100011 110110

Color Harmonies of #B36080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36080

Black with #B36080

Text Example


Text Example

White with #B36080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36080; }

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

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

background-color css

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

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

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

border-color css

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

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

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