Html Css Color HEX #B4717C Tapestry

📋 copy color: '#B4717C'

red 180 ◦ green 113 ◦ blue 124

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

Shades of Tapestry #B4717C

Tints of Tapestry #B4717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

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

R = 43.17%
G = 27.1%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4717C (or 0xB4717C) is known color: Tapestry. HEX triplet: B4, 71 and 7C. RGB value is (180,113,124). Sum of RGB (Red+Green+Blue) = 180+113+124=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4717C is #4B8E83. Grayscale: #868686. Windows color (decimal): -4951684 or 8155572. OLE color: 8155572.

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

Color convert

RGB 180 113 124 -
CMYK 0 0.37 0.31 0.29
HSL 350.15º 0.31% 0.57% -
HSV(B) 350.15º 0.37% 0.71% -
XYZ 28.37 22.97 22.01 -
YUV 134.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 180 113 124 0 0.37 0.31 0.29 350.15 0.31 0.57
Hex B4 71 7C 0 25 1F 1D 15E 1F 39
Octal 264 161 174 0 45 37 35 536 37 71
Binary 10110100 1110001 1111100 0 100101 11111 11101 101011110 11111 111001

Color Harmonies of #B4717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4717C

Black with #B4717C

Text Example


Text Example

White with #B4717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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