Html Css Color HEX #B4617C Tapestry

📋 copy color: '#B4617C'

red 180 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #B4617C

Tints of Tapestry #B4617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

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

R = 44.89%
G = 24.19%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4617C (or 0xB4617C) is known color: Tapestry. HEX triplet: B4, 61 and 7C. RGB value is (180,97,124). Sum of RGB (Red+Green+Blue) = 180+97+124=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4617C is #4B9E83. Grayscale: #7C7C7C. Windows color (decimal): -4955780 or 8151476. OLE color: 8151476.

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

Color convert

RGB 180 97 124 -
CMYK 0 0.46 0.31 0.29
HSL 340.48º 0.36% 0.54% -
HSV(B) 340.48º 0.46% 0.71% -
XYZ 26.74 19.71 21.46 -
YUV 124.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 180 97 124 0 0.46 0.31 0.29 340.48 0.36 0.54
Hex B4 61 7C 0 2E 1F 1D 154 24 36
Octal 264 141 174 0 56 37 35 524 44 66
Binary 10110100 1100001 1111100 0 101110 11111 11101 101010100 100100 110110

Color Harmonies of #B4617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4617C

Black with #B4617C

Text Example


Text Example

White with #B4617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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