Html Css Color HEX #B3628D Tapestry

📋 copy color: '#B3628D'

red 179 ◦ green 98 ◦ blue 141

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

Shades of Tapestry #B3628D

Tints of Tapestry #B3628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 42.82%
G = 23.44%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3628D (or 0xB3628D) is known color: Tapestry. HEX triplet: B3, 62 and 8D. RGB value is (179,98,141). Sum of RGB (Red+Green+Blue) = 179+98+141=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3628D is #4C9D72. Grayscale: #7F7F7F. Windows color (decimal): -5021043 or 9265843. OLE color: 9265843.

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

Color convert

RGB 179 98 141 -
CMYK 0 0.45 0.21 0.30
HSL 328.15º 0.35% 0.54% -
HSV(B) 328.15º 0.45% 0.7% -
XYZ 27.77 20.24 27.64 -
YUV 127.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 179 98 141 0 0.45 0.21 0.30 328.15 0.35 0.54
Hex B3 62 8D 0 2D 15 1E 148 23 36
Octal 263 142 215 0 55 25 36 510 43 66
Binary 10110011 1100010 10001101 0 101101 10101 11110 101001000 100011 110110

Color Harmonies of #B3628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3628D

Black with #B3628D

Text Example


Text Example

White with #B3628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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