Html Css Color HEX #B3648D Tapestry

📋 copy color: '#B3648D'

red 179 ◦ green 100 ◦ blue 141

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

Shades of Tapestry #B3648D

Tints of Tapestry #B3648D

RGB

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

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

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

R = 42.62%
G = 23.81%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3648D (or 0xB3648D) is known color: Tapestry. HEX triplet: B3, 64 and 8D. RGB value is (179,100,141). Sum of RGB (Red+Green+Blue) = 179+100+141=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3648D is #4C9B72. Grayscale: #808080. Windows color (decimal): -5020531 or 9266355. OLE color: 9266355.

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

Color convert

RGB 179 100 141 -
CMYK 0 0.44 0.21 0.30
HSL 328.86º 0.34% 0.55% -
HSV(B) 328.86º 0.44% 0.7% -
XYZ 27.96 20.62 27.71 -
YUV 128.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 179 100 141 0 0.44 0.21 0.30 328.86 0.34 0.55
Hex B3 64 8D 0 2C 15 1E 149 22 37
Octal 263 144 215 0 54 25 36 511 42 67
Binary 10110011 1100100 10001101 0 101100 10101 11110 101001001 100010 110111

Color Harmonies of #B3648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3648D

Black with #B3648D

Text Example


Text Example

White with #B3648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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