Html Css Color HEX #B37083 Tapestry

📋 copy color: '#B37083'

red 179 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #B37083

Tints of Tapestry #B37083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 42.42%
G = 26.54%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B37083 (or 0xB37083) is known color: Tapestry. HEX triplet: B3, 70 and 83. RGB value is (179,112,131). Sum of RGB (Red+Green+Blue) = 179+112+131=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B37083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37083 is #4C8F7C. Grayscale: #868686. Windows color (decimal): -5017469 or 8614067. OLE color: 8614067.

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

Color convert

RGB 179 112 131 -
CMYK 0 0.37 0.27 0.30
HSL 342.99º 0.31% 0.57% -
HSV(B) 342.99º 0.37% 0.7% -
XYZ 28.48 22.81 24.37 -
YUV 134.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 179 112 131 0 0.37 0.27 0.30 342.99 0.31 0.57
Hex B3 70 83 0 25 1B 1E 157 1F 39
Octal 263 160 203 0 45 33 36 527 37 71
Binary 10110011 1110000 10000011 0 100101 11011 11110 101010111 11111 111001

Color Harmonies of #B37083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37083

Black with #B37083

Text Example


Text Example

White with #B37083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37083; }

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

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

background-color css

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

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

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

border-color css

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

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

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