Html Css Color HEX #B3637D Tapestry

📋 copy color: '#B3637D'

red 179 ◦ green 99 ◦ blue 125

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

Shades of Tapestry #B3637D

Tints of Tapestry #B3637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

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

R = 44.42%
G = 24.57%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3637D (or 0xB3637D) is known color: Tapestry. HEX triplet: B3, 63 and 7D. RGB value is (179,99,125). Sum of RGB (Red+Green+Blue) = 179+99+125=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3637D is #4C9C82. Grayscale: #7D7D7D. Windows color (decimal): -5020803 or 8217523. OLE color: 8217523.

HSL color Cylindrical-coordinate representation of color #B3637D: hue angle of 340.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3637D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 99 125 -
CMYK 0 0.45 0.30 0.30
HSL 340.5º 0.34% 0.55% -
HSV(B) 340.5º 0.45% 0.7% -
XYZ 26.75 19.99 21.85 -
YUV 125.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 179 99 125 0 0.45 0.30 0.30 340.5 0.34 0.55
Hex B3 63 7D 0 2D 1E 1E 154 22 37
Octal 263 143 175 0 55 36 36 524 42 67
Binary 10110011 1100011 1111101 0 101101 11110 11110 101010100 100010 110111

Color Harmonies of #B3637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3637D

Black with #B3637D

Text Example


Text Example

White with #B3637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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