Html Css Color HEX #B4637C Tapestry

📋 copy color: '#B4637C'

red 180 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #B4637C

Tints of Tapestry #B4637C

RGB

 RED value IS 180 (70.7% from 255) = 44.67%

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

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

R = 44.67%
G = 24.57%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4637C (or 0xB4637C) is known color: Tapestry. HEX triplet: B4, 63 and 7C. RGB value is (180,99,124). Sum of RGB (Red+Green+Blue) = 180+99+124=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4637C is #4B9C83. Grayscale: #7E7E7E. Windows color (decimal): -4955268 or 8151988. OLE color: 8151988.

HSL color Cylindrical-coordinate representation of color #B4637C: hue angle of 341.48º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4637C is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 124 -
CMYK 0 0.45 0.31 0.29
HSL 341.48º 0.35% 0.55% -
HSV(B) 341.48º 0.45% 0.71% -
XYZ 26.92 20.08 21.53 -
YUV 126.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 180 99 124 0 0.45 0.31 0.29 341.48 0.35 0.55
Hex B4 63 7C 0 2D 1F 1D 155 23 37
Octal 264 143 174 0 55 37 35 525 43 67
Binary 10110100 1100011 1111100 0 101101 11111 11101 101010101 100011 110111

Color Harmonies of #B4637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4637C

Black with #B4637C

Text Example


Text Example

White with #B4637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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