Html Css Color HEX #B37084 Tapestry

📋 copy color: '#B37084'

red 179 ◦ green 112 ◦ blue 132

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

Shades of Tapestry #B37084

Tints of Tapestry #B37084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 42.32%
G = 26.48%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B37084 (or 0xB37084) is known color: Tapestry. HEX triplet: B3, 70 and 84. RGB value is (179,112,132). Sum of RGB (Red+Green+Blue) = 179+112+132=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B37084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37084 is #4C8F7B. Grayscale: #868686. Windows color (decimal): -5017468 or 8679603. OLE color: 8679603.

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

Color convert

RGB 179 112 132 -
CMYK 0 0.37 0.26 0.30
HSL 342.09º 0.31% 0.57% -
HSV(B) 342.09º 0.37% 0.7% -
XYZ 28.55 22.84 24.73 -
YUV 134.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 179 112 132 0 0.37 0.26 0.30 342.09 0.31 0.57
Hex B3 70 84 0 25 1A 1E 156 1F 39
Octal 263 160 204 0 45 32 36 526 37 71
Binary 10110011 1110000 10000100 0 100101 11010 11110 101010110 11111 111001

Color Harmonies of #B37084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37084

Black with #B37084

Text Example


Text Example

White with #B37084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37084; }

 p { color: rgb(179,112,132); }

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

background-color css

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

 a { background-color: rgb(179,112,132); }

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

border-color css

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

 span { border-color: rgb(179,112,132); }

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