Html Css Color HEX #B2648A Tapestry

📋 copy color: '#B2648A'

red 178 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #B2648A

Tints of Tapestry #B2648A

RGB

 RED value IS 178 (69.92% from 255) = 42.79%

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

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

R = 42.79%
G = 24.04%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2648A (or 0xB2648A) is known color: Tapestry. HEX triplet: B2, 64 and 8A. RGB value is (178,100,138). Sum of RGB (Red+Green+Blue) = 178+100+138=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648A is #4D9B75. Grayscale: #7F7F7F. Windows color (decimal): -5086070 or 9069746. OLE color: 9069746.

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

Color convert

RGB 178 100 138 -
CMYK 0 0.44 0.22 0.30
HSL 330.77º 0.34% 0.55% -
HSV(B) 330.77º 0.44% 0.7% -
XYZ 27.5 20.41 26.54 -
YUV 127.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 178 100 138 0 0.44 0.22 0.30 330.77 0.34 0.55
Hex B2 64 8A 0 2C 16 1E 14B 22 37
Octal 262 144 212 0 54 26 36 513 42 67
Binary 10110010 1100100 10001010 0 101100 10110 11110 101001011 100010 110111

Color Harmonies of #B2648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2648A

Black with #B2648A

Text Example


Text Example

White with #B2648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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