Html Css Color HEX #B96A80 Tapestry

📋 copy color: '#B96A80'

red 185 ◦ green 106 ◦ blue 128

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

Shades of Tapestry #B96A80

Tints of Tapestry #B96A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

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

R = 44.15%
G = 25.3%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B96A80 (or 0xB96A80) is known color: Tapestry. HEX triplet: B9, 6A and 80. RGB value is (185,106,128). Sum of RGB (Red+Green+Blue) = 185+106+128=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96A80 is #46957F. Grayscale: #848484. Windows color (decimal): -4625792 or 8415929. OLE color: 8415929.

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

Color convert

RGB 185 106 128 -
CMYK 0 0.43 0.31 0.27
HSL 343.29º 0.36% 0.57% -
HSV(B) 343.29º 0.43% 0.73% -
XYZ 29.06 22.18 23.17 -
YUV 132.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 185 106 128 0 0.43 0.31 0.27 343.29 0.36 0.57
Hex B9 6A 80 0 2B 1F 1B 157 24 39
Octal 271 152 200 0 53 37 33 527 44 71
Binary 10111001 1101010 10000000 0 101011 11111 11011 101010111 100100 111001

Color Harmonies of #B96A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A80

Black with #B96A80

Text Example


Text Example

White with #B96A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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