Html Css Color HEX #B3648F Tapestry

📋 copy color: '#B3648F'

red 179 ◦ green 100 ◦ blue 143

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

Shades of Tapestry #B3648F

Tints of Tapestry #B3648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 42.42%
G = 23.7%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3648F (or 0xB3648F) is known color: Tapestry. HEX triplet: B3, 64 and 8F. RGB value is (179,100,143). Sum of RGB (Red+Green+Blue) = 179+100+143=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3648F is #4C9B70. Grayscale: #808080. Windows color (decimal): -5020529 or 9397427. OLE color: 9397427.

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

Color convert

RGB 179 100 143 -
CMYK 0 0.44 0.20 0.30
HSL 327.34º 0.34% 0.55% -
HSV(B) 327.34º 0.44% 0.7% -
XYZ 28.11 20.68 28.5 -
YUV 128.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 179 100 143 0 0.44 0.20 0.30 327.34 0.34 0.55
Hex B3 64 8F 0 2C 14 1E 147 22 37
Octal 263 144 217 0 54 24 36 507 42 67
Binary 10110011 1100100 10001111 0 101100 10100 11110 101000111 100010 110111

Color Harmonies of #B3648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3648F

Black with #B3648F

Text Example


Text Example

White with #B3648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3648F; }

 p { color: rgb(179,100,143); }

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

background-color css

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

 a { background-color: rgb(179,100,143); }

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

border-color css

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

 span { border-color: rgb(179,100,143); }

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