Html Css Color HEX #B2627C Tapestry

📋 copy color: '#B2627C'

red 178 ◦ green 98 ◦ blue 124

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

Shades of Tapestry #B2627C

Tints of Tapestry #B2627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 44.5%
G = 24.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2627C (or 0xB2627C) is known color: Tapestry. HEX triplet: B2, 62 and 7C. RGB value is (178,98,124). Sum of RGB (Red+Green+Blue) = 178+98+124=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2627C is #4D9D83. Grayscale: #7C7C7C. Windows color (decimal): -5086596 or 8151730. OLE color: 8151730.

HSL color Cylindrical-coordinate representation of color #B2627C: hue angle of 340.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2627C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 124 -
CMYK 0 0.45 0.30 0.30
HSL 340.5º 0.34% 0.54% -
HSV(B) 340.5º 0.45% 0.7% -
XYZ 26.37 19.66 21.47 -
YUV 124.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 178 98 124 0 0.45 0.30 0.30 340.5 0.34 0.54
Hex B2 62 7C 0 2D 1E 1E 154 22 36
Octal 262 142 174 0 55 36 36 524 42 66
Binary 10110010 1100010 1111100 0 101101 11110 11110 101010100 100010 110110

Color Harmonies of #B2627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2627C

Black with #B2627C

Text Example


Text Example

White with #B2627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2627C; }

 p { color: rgb(178,98,124); }

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

background-color css

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

 a { background-color: rgb(178,98,124); }

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

border-color css

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

 span { border-color: rgb(178,98,124); }

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