Html Css Color HEX #B3627D Tapestry

📋 copy color: '#B3627D'

red 179 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #B3627D

Tints of Tapestry #B3627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

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

R = 44.53%
G = 24.38%
B = 31.09%

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

#B3627D (or 0xB3627D) is known color: Tapestry. HEX triplet: B3, 62 and 7D. RGB value is (179,98,125). Sum of RGB (Red+Green+Blue) = 179+98+125=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3627D is #4C9D82. Grayscale: #7D7D7D. Windows color (decimal): -5021059 or 8217267. OLE color: 8217267.

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

Color convert

RGB 179 98 125 -
CMYK 0 0.45 0.30 0.30
HSL 340º 0.35% 0.54% -
HSV(B) 340º 0.45% 0.7% -
XYZ 26.66 19.8 21.82 -
YUV 125.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 179 98 125 0 0.45 0.30 0.30 340 0.35 0.54
Hex B3 62 7D 0 2D 1E 1E 154 23 36
Octal 263 142 175 0 55 36 36 524 43 66
Binary 10110011 1100010 1111101 0 101101 11110 11110 101010100 100011 110110

Color Harmonies of #B3627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3627D

Black with #B3627D

Text Example


Text Example

White with #B3627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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