Html Css Color HEX #B36282 Tapestry

📋 copy color: '#B36282'

red 179 ◦ green 98 ◦ blue 130

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

Shades of Tapestry #B36282

Tints of Tapestry #B36282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

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

R = 43.98%
G = 24.08%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B36282 (or 0xB36282) is known color: Tapestry. HEX triplet: B3, 62 and 82. RGB value is (179,98,130). Sum of RGB (Red+Green+Blue) = 179+98+130=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B36282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36282 is #4C9D7D. Grayscale: #7D7D7D. Windows color (decimal): -5021054 or 8544947. OLE color: 8544947.

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

Color convert

RGB 179 98 130 -
CMYK 0 0.45 0.27 0.30
HSL 336.3º 0.35% 0.54% -
HSV(B) 336.3º 0.45% 0.7% -
XYZ 26.99 19.93 23.54 -
YUV 125.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 179 98 130 0 0.45 0.27 0.30 336.3 0.35 0.54
Hex B3 62 82 0 2D 1B 1E 150 23 36
Octal 263 142 202 0 55 33 36 520 43 66
Binary 10110011 1100010 10000010 0 101101 11011 11110 101010000 100011 110110

Color Harmonies of #B36282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36282

Black with #B36282

Text Example


Text Example

White with #B36282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36282; }

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

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

background-color css

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

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

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

border-color css

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

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

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