Html Css Color HEX #B2648B Tapestry

📋 copy color: '#B2648B'

red 178 ◦ green 100 ◦ blue 139

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

Shades of Tapestry #B2648B

Tints of Tapestry #B2648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 42.69%
G = 23.98%
B = 33.33%

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

#B2648B (or 0xB2648B) is known color: Tapestry. HEX triplet: B2, 64 and 8B. RGB value is (178,100,139). Sum of RGB (Red+Green+Blue) = 178+100+139=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648B is #4D9B74. Grayscale: #7F7F7F. Windows color (decimal): -5086069 or 9135282. OLE color: 9135282.

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

Color convert

RGB 178 100 139 -
CMYK 0 0.44 0.22 0.30
HSL 330º 0.34% 0.55% -
HSV(B) 330º 0.44% 0.7% -
XYZ 27.58 20.44 26.92 -
YUV 127.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 178 100 139 0 0.44 0.22 0.30 330 0.34 0.55
Hex B2 64 8B 0 2C 16 1E 14A 22 37
Octal 262 144 213 0 54 26 36 512 42 67
Binary 10110010 1100100 10001011 0 101100 10110 11110 101001010 100010 110111

Color Harmonies of #B2648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2648B

Black with #B2648B

Text Example


Text Example

White with #B2648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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