Html Css Color HEX #B0648F Tapestry

📋 copy color: '#B0648F'

red 176 ◦ green 100 ◦ blue 143

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

Shades of Tapestry #B0648F

Tints of Tapestry #B0648F

RGB

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

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

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

R = 42%
G = 23.87%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0648F (or 0xB0648F) is known color: Tapestry. HEX triplet: B0, 64 and 8F. RGB value is (176,100,143). Sum of RGB (Red+Green+Blue) = 176+100+143=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0648F is #4F9B70. Grayscale: #7F7F7F. Windows color (decimal): -5217137 or 9397424. OLE color: 9397424.

HSL color Cylindrical-coordinate representation of color #B0648F: hue angle of 326.05º 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 #B0648F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 143 -
CMYK 0 0.43 0.19 0.31
HSL 326.05º 0.32% 0.54% -
HSV(B) 326.05º 0.43% 0.69% -
XYZ 27.42 20.33 28.47 -
YUV 127.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 176 100 143 0 0.43 0.19 0.31 326.05 0.32 0.54
Hex B0 64 8F 0 2B 13 1F 146 20 36
Octal 260 144 217 0 53 23 37 506 40 66
Binary 10110000 1100100 10001111 0 101011 10011 11111 101000110 100000 110110

Color Harmonies of #B0648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0648F

Black with #B0648F

Text Example


Text Example

White with #B0648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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