Html Css Color HEX #B4717D Tapestry

📋 copy color: '#B4717D'

red 180 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #B4717D

Tints of Tapestry #B4717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 43.06%
G = 27.03%
B = 29.9%

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

#B4717D (or 0xB4717D) is known color: Tapestry. HEX triplet: B4, 71 and 7D. RGB value is (180,113,125). Sum of RGB (Red+Green+Blue) = 180+113+125=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4717D is #4B8E82. Grayscale: #868686. Windows color (decimal): -4951683 or 8221108. OLE color: 8221108.

HSL color Cylindrical-coordinate representation of color #B4717D: hue angle of 349.25º 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 #B4717D is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 113 125 -
CMYK 0 0.37 0.31 0.29
HSL 349.25º 0.31% 0.57% -
HSV(B) 349.25º 0.37% 0.71% -
XYZ 28.43 22.99 22.34 -
YUV 134.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 180 113 125 0 0.37 0.31 0.29 349.25 0.31 0.57
Hex B4 71 7D 0 25 1F 1D 15D 1F 39
Octal 264 161 175 0 45 37 35 535 37 71
Binary 10110100 1110001 1111101 0 100101 11111 11101 101011101 11111 111001

Color Harmonies of #B4717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4717D

Black with #B4717D

Text Example


Text Example

White with #B4717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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