Html Css Color HEX #B36F80 Tapestry

📋 copy color: '#B36F80'

red 179 ◦ green 111 ◦ blue 128

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

Shades of Tapestry #B36F80

Tints of Tapestry #B36F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

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

R = 42.82%
G = 26.56%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B36F80 (or 0xB36F80) is known color: Tapestry. HEX triplet: B3, 6F and 80. RGB value is (179,111,128). Sum of RGB (Red+Green+Blue) = 179+111+128=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F80 is #4C907F. Grayscale: #858585. Windows color (decimal): -5017728 or 8417203. OLE color: 8417203.

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

Color convert

RGB 179 111 128 -
CMYK 0 0.38 0.28 0.30
HSL 345º 0.31% 0.57% -
HSV(B) 345º 0.38% 0.7% -
XYZ 28.17 22.51 23.28 -
YUV 133.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 179 111 128 0 0.38 0.28 0.30 345 0.31 0.57
Hex B3 6F 80 0 26 1C 1E 159 1F 39
Octal 263 157 200 0 46 34 36 531 37 71
Binary 10110011 1101111 10000000 0 100110 11100 11110 101011001 11111 111001

Color Harmonies of #B36F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F80

Black with #B36F80

Text Example


Text Example

White with #B36F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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