Html Css Color HEX #B0717F Tapestry

📋 copy color: '#B0717F'

red 176 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #B0717F

Tints of Tapestry #B0717F

RGB

 RED value IS 176 (69.14% from 255) = 42.31%

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 42.31%
G = 27.16%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0717F (or 0xB0717F) is known color: Tapestry. HEX triplet: B0, 71 and 7F. RGB value is (176,113,127). Sum of RGB (Red+Green+Blue) = 176+113+127=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717F is #4F8E80. Grayscale: #858585. Windows color (decimal): -5213825 or 8352176. OLE color: 8352176.

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

Color convert

RGB 176 113 127 -
CMYK 0 0.36 0.28 0.31
HSL 346.67º 0.29% 0.57% -
HSV(B) 346.67º 0.36% 0.69% -
XYZ 27.64 22.57 22.98 -
YUV 133.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 176 113 127 0 0.36 0.28 0.31 346.67 0.29 0.57
Hex B0 71 7F 0 24 1C 1F 15B 1D 39
Octal 260 161 177 0 44 34 37 533 35 71
Binary 10110000 1110001 1111111 0 100100 11100 11111 101011011 11101 111001

Color Harmonies of #B0717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0717F

Black with #B0717F

Text Example


Text Example

White with #B0717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0717F; }

 p { color: rgb(176,113,127); }

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

background-color css

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

 a { background-color: rgb(176,113,127); }

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

border-color css

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

 span { border-color: rgb(176,113,127); }

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