Html Css Color HEX #B36482 Tapestry

📋 copy color: '#B36482'

red 179 ◦ green 100 ◦ blue 130

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

Shades of Tapestry #B36482

Tints of Tapestry #B36482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

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

R = 43.77%
G = 24.45%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B36482 (or 0xB36482) is known color: Tapestry. HEX triplet: B3, 64 and 82. RGB value is (179,100,130). Sum of RGB (Red+Green+Blue) = 179+100+130=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B36482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36482 is #4C9B7D. Grayscale: #7E7E7E. Windows color (decimal): -5020542 or 8545459. OLE color: 8545459.

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

Color convert

RGB 179 100 130 -
CMYK 0 0.44 0.27 0.30
HSL 337.22º 0.34% 0.55% -
HSV(B) 337.22º 0.44% 0.7% -
XYZ 27.18 20.31 23.61 -
YUV 127.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 179 100 130 0 0.44 0.27 0.30 337.22 0.34 0.55
Hex B3 64 82 0 2C 1B 1E 151 22 37
Octal 263 144 202 0 54 33 36 521 42 67
Binary 10110011 1100100 10000010 0 101100 11011 11110 101010001 100010 110111

Color Harmonies of #B36482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36482

Black with #B36482

Text Example


Text Example

White with #B36482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36482; }

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

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

background-color css

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

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

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

border-color css

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

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

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