Html Css Color HEX #B96480 Tapestry

📋 copy color: '#B96480'

red 185 ◦ green 100 ◦ blue 128

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

Shades of Tapestry #B96480

Tints of Tapestry #B96480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

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

R = 44.79%
G = 24.21%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B96480 (or 0xB96480) is known color: Tapestry. HEX triplet: B9, 64 and 80. RGB value is (185,100,128). Sum of RGB (Red+Green+Blue) = 185+100+128=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B96480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96480 is #469B7F. Grayscale: #808080. Windows color (decimal): -4627328 or 8414393. OLE color: 8414393.

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

Color convert

RGB 185 100 128 -
CMYK 0 0.46 0.31 0.27
HSL 340.24º 0.38% 0.56% -
HSV(B) 340.24º 0.46% 0.73% -
XYZ 28.46 20.99 22.97 -
YUV 128.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 185 100 128 0 0.46 0.31 0.27 340.24 0.38 0.56
Hex B9 64 80 0 2E 1F 1B 154 26 38
Octal 271 144 200 0 56 37 33 524 46 70
Binary 10111001 1100100 10000000 0 101110 11111 11011 101010100 100110 111000

Color Harmonies of #B96480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96480

Black with #B96480

Text Example


Text Example

White with #B96480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96480; }

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

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

background-color css

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

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

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

border-color css

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

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

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