Html Css Color HEX #B2637C Tapestry

📋 copy color: '#B2637C'

red 178 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #B2637C

Tints of Tapestry #B2637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 44.39%
G = 24.69%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2637C (or 0xB2637C) is known color: Tapestry. HEX triplet: B2, 63 and 7C. RGB value is (178,99,124). Sum of RGB (Red+Green+Blue) = 178+99+124=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2637C is #4D9C83. Grayscale: #7D7D7D. Windows color (decimal): -5086340 or 8151986. OLE color: 8151986.

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

Color convert

RGB 178 99 124 -
CMYK 0 0.44 0.30 0.30
HSL 341.01º 0.34% 0.54% -
HSV(B) 341.01º 0.44% 0.7% -
XYZ 26.46 19.84 21.5 -
YUV 125.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 178 99 124 0 0.44 0.30 0.30 341.01 0.34 0.54
Hex B2 63 7C 0 2C 1E 1E 155 22 36
Octal 262 143 174 0 54 36 36 525 42 66
Binary 10110010 1100011 1111100 0 101100 11110 11110 101010101 100010 110110

Color Harmonies of #B2637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2637C

Black with #B2637C

Text Example


Text Example

White with #B2637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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