Html Css Color HEX #B9717C Tapestry

📋 copy color: '#B9717C'

red 185 ◦ green 113 ◦ blue 124

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

Shades of Tapestry #B9717C

Tints of Tapestry #B9717C

RGB

 RED value IS 185 (72.66% from 255) = 43.84%

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

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

R = 43.84%
G = 26.78%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9717C (or 0xB9717C) is known color: Tapestry. HEX triplet: B9, 71 and 7C. RGB value is (185,113,124). Sum of RGB (Red+Green+Blue) = 185+113+124=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717C is #468E83. Grayscale: #878787. Windows color (decimal): -4624004 or 8155577. OLE color: 8155577.

HSL color Cylindrical-coordinate representation of color #B9717C: hue angle of 350.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9717C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 124 -
CMYK 0 0.39 0.33 0.27
HSL 350.83º 0.34% 0.58% -
HSV(B) 350.83º 0.39% 0.73% -
XYZ 29.55 23.58 22.06 -
YUV 135.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 185 113 124 0 0.39 0.33 0.27 350.83 0.34 0.58
Hex B9 71 7C 0 27 21 1B 15F 22 3A
Octal 271 161 174 0 47 41 33 537 42 72
Binary 10111001 1110001 1111100 0 100111 100001 11011 101011111 100010 111010

Color Harmonies of #B9717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9717C

Black with #B9717C

Text Example


Text Example

White with #B9717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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