Html Css Color HEX #B36981 Tapestry

📋 copy color: '#B36981'

red 179 ◦ green 105 ◦ blue 129

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

Shades of Tapestry #B36981

Tints of Tapestry #B36981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 43.34%
G = 25.42%
B = 31.23%

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

#B36981 (or 0xB36981) is known color: Tapestry. HEX triplet: B3, 69 and 81. RGB value is (179,105,129). Sum of RGB (Red+Green+Blue) = 179+105+129=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36981 is #4C967E. Grayscale: #818181. Windows color (decimal): -5019263 or 8481203. OLE color: 8481203.

HSL color Cylindrical-coordinate representation of color #B36981: hue angle of 340.54º 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 #B36981 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 129 -
CMYK 0 0.41 0.28 0.30
HSL 340.54º 0.33% 0.56% -
HSV(B) 340.54º 0.41% 0.7% -
XYZ 27.6 21.27 23.42 -
YUV 129.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 179 105 129 0 0.41 0.28 0.30 340.54 0.33 0.56
Hex B3 69 81 0 29 1C 1E 155 21 38
Octal 263 151 201 0 51 34 36 525 41 70
Binary 10110011 1101001 10000001 0 101001 11100 11110 101010101 100001 111000

Color Harmonies of #B36981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36981

Black with #B36981

Text Example


Text Example

White with #B36981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36981; }

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

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

background-color css

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

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

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

border-color css

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

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

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