Html Css Color HEX #B96D80 Tapestry

📋 copy color: '#B96D80'

red 185 ◦ green 109 ◦ blue 128

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

Shades of Tapestry #B96D80

Tints of Tapestry #B96D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 43.84%
G = 25.83%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B96D80 (or 0xB96D80) is known color: Tapestry. HEX triplet: B9, 6D and 80. RGB value is (185,109,128). Sum of RGB (Red+Green+Blue) = 185+109+128=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D80 is #46927F. Grayscale: #858585. Windows color (decimal): -4625024 or 8416697. OLE color: 8416697.

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

Color convert

RGB 185 109 128 -
CMYK 0 0.41 0.31 0.27
HSL 345º 0.35% 0.58% -
HSV(B) 345º 0.41% 0.73% -
XYZ 29.37 22.81 23.28 -
YUV 133.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 185 109 128 0 0.41 0.31 0.27 345 0.35 0.58
Hex B9 6D 80 0 29 1F 1B 159 23 3A
Octal 271 155 200 0 51 37 33 531 43 72
Binary 10111001 1101101 10000000 0 101001 11111 11011 101011001 100011 111010

Color Harmonies of #B96D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D80

Black with #B96D80

Text Example


Text Example

White with #B96D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D80; }

 p { color: rgb(185,109,128); }

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

background-color css

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

 a { background-color: rgb(185,109,128); }

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

border-color css

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

 span { border-color: rgb(185,109,128); }

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