Html Css Color HEX #B9717B Tapestry

📋 copy color: '#B9717B'

red 185 ◦ green 113 ◦ blue 123

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

Shades of Tapestry #B9717B

Tints of Tapestry #B9717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 43.94%
G = 26.84%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9717B (or 0xB9717B) is known color: Tapestry. HEX triplet: B9, 71 and 7B. RGB value is (185,113,123). Sum of RGB (Red+Green+Blue) = 185+113+123=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717B is #468E84. Grayscale: #878787. Windows color (decimal): -4624005 or 8090041. OLE color: 8090041.

HSL color Cylindrical-coordinate representation of color #B9717B: hue angle of 351.67º 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 #B9717B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 123 -
CMYK 0 0.39 0.34 0.27
HSL 351.67º 0.34% 0.58% -
HSV(B) 351.67º 0.39% 0.73% -
XYZ 29.49 23.55 21.73 -
YUV 135.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 185 113 123 0 0.39 0.34 0.27 351.67 0.34 0.58
Hex B9 71 7B 0 27 22 1B 160 22 3A
Octal 271 161 173 0 47 42 33 540 42 72
Binary 10111001 1110001 1111011 0 100111 100010 11011 101100000 100010 111010

Color Harmonies of #B9717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9717B

Black with #B9717B

Text Example


Text Example

White with #B9717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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