Html Css Color HEX #B96775 Tapestry

📋 copy color: '#B96775'

red 185 ◦ green 103 ◦ blue 117

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

Shades of Tapestry #B96775

Tints of Tapestry #B96775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 45.68%
G = 25.43%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B96775 (or 0xB96775) is known color: Tapestry. HEX triplet: B9, 67 and 75. RGB value is (185,103,117). Sum of RGB (Red+Green+Blue) = 185+103+117=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B96775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96775 is #46988A. Grayscale: #818181. Windows color (decimal): -4626571 or 7694265. OLE color: 7694265.

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

Color convert

RGB 185 103 117 -
CMYK 0 0.44 0.37 0.27
HSL 349.76º 0.37% 0.56% -
HSV(B) 349.76º 0.44% 0.73% -
XYZ 28.07 21.3 19.46 -
YUV 129.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 185 103 117 0 0.44 0.37 0.27 349.76 0.37 0.56
Hex B9 67 75 0 2C 25 1B 15E 25 38
Octal 271 147 165 0 54 45 33 536 45 70
Binary 10111001 1100111 1110101 0 101100 100101 11011 101011110 100101 111000

Color Harmonies of #B96775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96775

Black with #B96775

Text Example


Text Example

White with #B96775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96775; }

 p { color: rgb(185,103,117); }

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

background-color css

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

 a { background-color: rgb(185,103,117); }

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

border-color css

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

 span { border-color: rgb(185,103,117); }

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