Html Css Color HEX #B0717D Tapestry

📋 copy color: '#B0717D'

red 176 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #B0717D

Tints of Tapestry #B0717D

RGB

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

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

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

R = 42.51%
G = 27.29%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0717D (or 0xB0717D) is known color: Tapestry. HEX triplet: B0, 71 and 7D. RGB value is (176,113,125). Sum of RGB (Red+Green+Blue) = 176+113+125=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717D is #4F8E82. Grayscale: #858585. Windows color (decimal): -5213827 or 8221104. OLE color: 8221104.

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

Color convert

RGB 176 113 125 -
CMYK 0 0.36 0.29 0.31
HSL 348.57º 0.29% 0.57% -
HSV(B) 348.57º 0.36% 0.69% -
XYZ 27.51 22.52 22.3 -
YUV 133.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 176 113 125 0 0.36 0.29 0.31 348.57 0.29 0.57
Hex B0 71 7D 0 24 1D 1F 15D 1D 39
Octal 260 161 175 0 44 35 37 535 35 71
Binary 10110000 1110001 1111101 0 100100 11101 11111 101011101 11101 111001

Color Harmonies of #B0717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0717D

Black with #B0717D

Text Example


Text Example

White with #B0717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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