Html Css Color HEX #B37383 Tapestry

📋 copy color: '#B37383'

red 179 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #B37383

Tints of Tapestry #B37383

RGB

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

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

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

R = 42.12%
G = 27.06%
B = 30.82%

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

#B37383 (or 0xB37383) is known color: Tapestry. HEX triplet: B3, 73 and 83. RGB value is (179,115,131). Sum of RGB (Red+Green+Blue) = 179+115+131=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B37383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37383 is #4C8C7C. Grayscale: #878787. Windows color (decimal): -5016701 or 8614835. OLE color: 8614835.

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

Color convert

RGB 179 115 131 -
CMYK 0 0.36 0.27 0.30
HSL 345º 0.3% 0.58% -
HSV(B) 345º 0.36% 0.7% -
XYZ 28.82 23.48 24.49 -
YUV 135.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 179 115 131 0 0.36 0.27 0.30 345 0.3 0.58
Hex B3 73 83 0 24 1B 1E 159 1E 3A
Octal 263 163 203 0 44 33 36 531 36 72
Binary 10110011 1110011 10000011 0 100100 11011 11110 101011001 11110 111010

Color Harmonies of #B37383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37383

Black with #B37383

Text Example


Text Example

White with #B37383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37383; }

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

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

background-color css

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

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

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

border-color css

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

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

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