Html Css Color HEX #B3737D Tapestry

📋 copy color: '#B3737D'

red 179 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #B3737D

Tints of Tapestry #B3737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 42.72%
G = 27.45%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3737D (or 0xB3737D) is known color: Tapestry. HEX triplet: B3, 73 and 7D. RGB value is (179,115,125). Sum of RGB (Red+Green+Blue) = 179+115+125=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3737D is #4C8C82. Grayscale: #878787. Windows color (decimal): -5016707 or 8221619. OLE color: 8221619.

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

Color convert

RGB 179 115 125 -
CMYK 0 0.36 0.30 0.30
HSL 350.63º 0.3% 0.58% -
HSV(B) 350.63º 0.36% 0.7% -
XYZ 28.42 23.33 22.41 -
YUV 135.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 179 115 125 0 0.36 0.30 0.30 350.63 0.3 0.58
Hex B3 73 7D 0 24 1E 1E 15F 1E 3A
Octal 263 163 175 0 44 36 36 537 36 72
Binary 10110011 1110011 1111101 0 100100 11110 11110 101011111 11110 111010

Color Harmonies of #B3737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3737D

Black with #B3737D

Text Example


Text Example

White with #B3737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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