Html Css Color HEX #B96576 Tapestry

📋 copy color: '#B96576'

red 185 ◦ green 101 ◦ blue 118

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

Shades of Tapestry #B96576

Tints of Tapestry #B96576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 45.79%
G = 25%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B96576 (or 0xB96576) is known color: Tapestry. HEX triplet: B9, 65 and 76. RGB value is (185,101,118). Sum of RGB (Red+Green+Blue) = 185+101+118=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96576 is #469A89. Grayscale: #808080. Windows color (decimal): -4627082 or 7759289. OLE color: 7759289.

HSL color Cylindrical-coordinate representation of color #B96576: hue angle of 347.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96576 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 118 -
CMYK 0 0.45 0.36 0.27
HSL 347.86º 0.38% 0.56% -
HSV(B) 347.86º 0.45% 0.73% -
XYZ 27.93 20.93 19.71 -
YUV 128.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 185 101 118 0 0.45 0.36 0.27 347.86 0.38 0.56
Hex B9 65 76 0 2D 24 1B 15C 26 38
Octal 271 145 166 0 55 44 33 534 46 70
Binary 10111001 1100101 1110110 0 101101 100100 11011 101011100 100110 111000

Color Harmonies of #B96576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96576

Black with #B96576

Text Example


Text Example

White with #B96576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96576; }

 p { color: rgb(185,101,118); }

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

background-color css

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

 a { background-color: rgb(185,101,118); }

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

border-color css

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

 span { border-color: rgb(185,101,118); }

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