Html Css Color HEX #B36E82 Tapestry

📋 copy color: '#B36E82'

red 179 ◦ green 110 ◦ blue 130

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

Shades of Tapestry #B36E82

Tints of Tapestry #B36E82

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 42.72%
G = 26.25%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B36E82 (or 0xB36E82) is known color: Tapestry. HEX triplet: B3, 6E and 82. RGB value is (179,110,130). Sum of RGB (Red+Green+Blue) = 179+110+130=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E82 is #4C917D. Grayscale: #848484. Windows color (decimal): -5017982 or 8548019. OLE color: 8548019.

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

Color convert

RGB 179 110 130 -
CMYK 0 0.39 0.27 0.30
HSL 342.61º 0.31% 0.57% -
HSV(B) 342.61º 0.39% 0.7% -
XYZ 28.2 22.35 23.95 -
YUV 132.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 179 110 130 0 0.39 0.27 0.30 342.61 0.31 0.57
Hex B3 6E 82 0 27 1B 1E 157 1F 39
Octal 263 156 202 0 47 33 36 527 37 71
Binary 10110011 1101110 10000010 0 100111 11011 11110 101010111 11111 111001

Color Harmonies of #B36E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36E82

Black with #B36E82

Text Example


Text Example

White with #B36E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36E82; }

 p { color: rgb(179,110,130); }

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

background-color css

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

 a { background-color: rgb(179,110,130); }

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

border-color css

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

 span { border-color: rgb(179,110,130); }

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