Html Css Color HEX #B0648D Tapestry

📋 copy color: '#B0648D'

red 176 ◦ green 100 ◦ blue 141

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

Shades of Tapestry #B0648D

Tints of Tapestry #B0648D

RGB

 RED value IS 176 (69.14% from 255) = 42.21%

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

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

R = 42.21%
G = 23.98%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0648D (or 0xB0648D) is known color: Tapestry. HEX triplet: B0, 64 and 8D. RGB value is (176,100,141). Sum of RGB (Red+Green+Blue) = 176+100+141=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0648D is #4F9B72. Grayscale: #7F7F7F. Windows color (decimal): -5217139 or 9266352. OLE color: 9266352.

HSL color Cylindrical-coordinate representation of color #B0648D: hue angle of 327.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0648D is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 141 -
CMYK 0 0.43 0.20 0.31
HSL 327.63º 0.32% 0.54% -
HSV(B) 327.63º 0.43% 0.69% -
XYZ 27.27 20.27 27.67 -
YUV 127.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 176 100 141 0 0.43 0.20 0.31 327.63 0.32 0.54
Hex B0 64 8D 0 2B 14 1F 148 20 36
Octal 260 144 215 0 53 24 37 510 40 66
Binary 10110000 1100100 10001101 0 101011 10100 11111 101001000 100000 110110

Color Harmonies of #B0648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0648D

Black with #B0648D

Text Example


Text Example

White with #B0648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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