Html Css Color HEX #B96176 Tapestry

📋 copy color: '#B96176'

red 185 ◦ green 97 ◦ blue 118

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

Shades of Tapestry #B96176

Tints of Tapestry #B96176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

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

R = 46.25%
G = 24.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B96176 (or 0xB96176) is known color: Tapestry. HEX triplet: B9, 61 and 76. RGB value is (185,97,118). Sum of RGB (Red+Green+Blue) = 185+97+118=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B96176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96176 is #469E89. Grayscale: #7D7D7D. Windows color (decimal): -4628106 or 7758265. OLE color: 7758265.

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

Color convert

RGB 185 97 118 -
CMYK 0 0.48 0.36 0.27
HSL 345.68º 0.39% 0.55% -
HSV(B) 345.68º 0.48% 0.73% -
XYZ 27.55 20.17 19.58 -
YUV 125.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 185 97 118 0 0.48 0.36 0.27 345.68 0.39 0.55
Hex B9 61 76 0 30 24 1B 15A 27 37
Octal 271 141 166 0 60 44 33 532 47 67
Binary 10111001 1100001 1110110 0 110000 100100 11011 101011010 100111 110111

Color Harmonies of #B96176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96176

Black with #B96176

Text Example


Text Example

White with #B96176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96176; }

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

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

background-color css

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

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

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

border-color css

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

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

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