Html Css Color HEX #B4717E Tapestry

📋 copy color: '#B4717E'

red 180 ◦ green 113 ◦ blue 126

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

Shades of Tapestry #B4717E

Tints of Tapestry #B4717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 42.96%
G = 26.97%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4717E (or 0xB4717E) is known color: Tapestry. HEX triplet: B4, 71 and 7E. RGB value is (180,113,126). Sum of RGB (Red+Green+Blue) = 180+113+126=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4717E is #4B8E81. Grayscale: #868686. Windows color (decimal): -4951682 or 8286644. OLE color: 8286644.

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

Color convert

RGB 180 113 126 -
CMYK 0 0.37 0.3 0.29
HSL 348.36º 0.31% 0.57% -
HSV(B) 348.36º 0.37% 0.71% -
XYZ 28.49 23.02 22.68 -
YUV 134.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 180 113 126 0 0.37 0.3 0.29 348.36 0.31 0.57
Hex B4 71 7E 0 25 1E 1D 15C 1F 39
Octal 264 161 176 0 45 36 35 534 37 71
Binary 10110100 1110001 1111110 0 100101 11110 11101 101011100 11111 111001

Color Harmonies of #B4717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4717E

Black with #B4717E

Text Example


Text Example

White with #B4717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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