Html Css Color HEX #B96E78 Tapestry

📋 copy color: '#B96E78'

red 185 ◦ green 110 ◦ blue 120

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

Shades of Tapestry #B96E78

Tints of Tapestry #B96E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 44.58%
G = 26.51%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B96E78 (or 0xB96E78) is known color: Tapestry. HEX triplet: B9, 6E and 78. RGB value is (185,110,120). Sum of RGB (Red+Green+Blue) = 185+110+120=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E78 is #469187. Grayscale: #858585. Windows color (decimal): -4624776 or 7892665. OLE color: 7892665.

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

Color convert

RGB 185 110 120 -
CMYK 0 0.41 0.35 0.27
HSL 352º 0.35% 0.58% -
HSV(B) 352º 0.41% 0.73% -
XYZ 28.97 22.82 20.65 -
YUV 133.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 185 110 120 0 0.41 0.35 0.27 352 0.35 0.58
Hex B9 6E 78 0 29 23 1B 160 23 3A
Octal 271 156 170 0 51 43 33 540 43 72
Binary 10111001 1101110 1111000 0 101001 100011 11011 101100000 100011 111010

Color Harmonies of #B96E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E78

Black with #B96E78

Text Example


Text Example

White with #B96E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E78; }

 p { color: rgb(185,110,120); }

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

background-color css

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

 a { background-color: rgb(185,110,120); }

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

border-color css

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

 span { border-color: rgb(185,110,120); }

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