Html Css Color HEX #B96C80 Tapestry

📋 copy color: '#B96C80'

red 185 ◦ green 108 ◦ blue 128

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

Shades of Tapestry #B96C80

Tints of Tapestry #B96C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

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

R = 43.94%
G = 25.65%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B96C80 (or 0xB96C80) is known color: Tapestry. HEX triplet: B9, 6C and 80. RGB value is (185,108,128). Sum of RGB (Red+Green+Blue) = 185+108+128=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96C80 is #46937F. Grayscale: #858585. Windows color (decimal): -4625280 or 8416441. OLE color: 8416441.

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

Color convert

RGB 185 108 128 -
CMYK 0 0.42 0.31 0.27
HSL 344.42º 0.35% 0.57% -
HSV(B) 344.42º 0.42% 0.73% -
XYZ 29.27 22.6 23.24 -
YUV 133.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 185 108 128 0 0.42 0.31 0.27 344.42 0.35 0.57
Hex B9 6C 80 0 2A 1F 1B 158 23 39
Octal 271 154 200 0 52 37 33 530 43 71
Binary 10111001 1101100 10000000 0 101010 11111 11011 101011000 100011 111001

Color Harmonies of #B96C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C80

Black with #B96C80

Text Example


Text Example

White with #B96C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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