Html Css Color HEX #B37382 Tapestry

📋 copy color: '#B37382'

red 179 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #B37382

Tints of Tapestry #B37382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

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

R = 42.22%
G = 27.12%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B37382 (or 0xB37382) is known color: Tapestry. HEX triplet: B3, 73 and 82. RGB value is (179,115,130). Sum of RGB (Red+Green+Blue) = 179+115+130=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37382 is #4C8C7D. Grayscale: #878787. Windows color (decimal): -5016702 or 8549299. OLE color: 8549299.

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

Color convert

RGB 179 115 130 -
CMYK 0 0.36 0.27 0.30
HSL 345.94º 0.3% 0.58% -
HSV(B) 345.94º 0.36% 0.7% -
XYZ 28.75 23.46 24.13 -
YUV 135.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 179 115 130 0 0.36 0.27 0.30 345.94 0.3 0.58
Hex B3 73 82 0 24 1B 1E 15A 1E 3A
Octal 263 163 202 0 44 33 36 532 36 72
Binary 10110011 1110011 10000010 0 100100 11011 11110 101011010 11110 111010

Color Harmonies of #B37382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37382

Black with #B37382

Text Example


Text Example

White with #B37382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37382; }

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

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

background-color css

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

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

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

border-color css

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

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

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