Html Css Color HEX #B0648A Tapestry

📋 copy color: '#B0648A'

red 176 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #B0648A

Tints of Tapestry #B0648A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 42.51%
G = 24.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0648A (or 0xB0648A) is known color: Tapestry. HEX triplet: B0, 64 and 8A. RGB value is (176,100,138). Sum of RGB (Red+Green+Blue) = 176+100+138=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0648A is #4F9B75. Grayscale: #7E7E7E. Windows color (decimal): -5217142 or 9069744. OLE color: 9069744.

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

Color convert

RGB 176 100 138 -
CMYK 0 0.43 0.22 0.31
HSL 330º 0.32% 0.54% -
HSV(B) 330º 0.43% 0.69% -
XYZ 27.05 20.18 26.51 -
YUV 127.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 176 100 138 0 0.43 0.22 0.31 330 0.32 0.54
Hex B0 64 8A 0 2B 16 1F 14A 20 36
Octal 260 144 212 0 53 26 37 512 40 66
Binary 10110000 1100100 10001010 0 101011 10110 11111 101001010 100000 110110

Color Harmonies of #B0648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0648A

Black with #B0648A

Text Example


Text Example

White with #B0648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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