Html Css Color HEX #B96680 Tapestry

📋 copy color: '#B96680'

red 185 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #B96680

Tints of Tapestry #B96680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

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

R = 44.58%
G = 24.58%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B96680 (or 0xB96680) is known color: Tapestry. HEX triplet: B9, 66 and 80. RGB value is (185,102,128). Sum of RGB (Red+Green+Blue) = 185+102+128=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B96680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96680 is #46997F. Grayscale: #818181. Windows color (decimal): -4626816 or 8414905. OLE color: 8414905.

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

Color convert

RGB 185 102 128 -
CMYK 0 0.45 0.31 0.27
HSL 341.2º 0.37% 0.56% -
HSV(B) 341.2º 0.45% 0.73% -
XYZ 28.66 21.38 23.04 -
YUV 129.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 185 102 128 0 0.45 0.31 0.27 341.2 0.37 0.56
Hex B9 66 80 0 2D 1F 1B 155 25 38
Octal 271 146 200 0 55 37 33 525 45 70
Binary 10111001 1100110 10000000 0 101101 11111 11011 101010101 100101 111000

Color Harmonies of #B96680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96680

Black with #B96680

Text Example


Text Example

White with #B96680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96680; }

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

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

background-color css

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

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

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

border-color css

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

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

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