Html Css Color HEX #B96585 Tapestry

📋 copy color: '#B96585'

red 185 ◦ green 101 ◦ blue 133

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

Shades of Tapestry #B96585

Tints of Tapestry #B96585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 133 (52.34% from 255) = 31.74%

R = 44.15%
G = 24.11%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B96585 (or 0xB96585) is known color: Tapestry. HEX triplet: B9, 65 and 85. RGB value is (185,101,133). Sum of RGB (Red+Green+Blue) = 185+101+133=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96585 is #469A7A. Grayscale: #818181. Windows color (decimal): -4627067 or 8742329. OLE color: 8742329.

HSL color Cylindrical-coordinate representation of color #B96585: hue angle of 337.14º degrees, saturation: 0.38, 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 #B96585 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 133 -
CMYK 0 0.45 0.28 0.27
HSL 337.14º 0.38% 0.56% -
HSV(B) 337.14º 0.45% 0.73% -
XYZ 28.89 21.32 24.78 -
YUV 129.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 185 101 133 0 0.45 0.28 0.27 337.14 0.38 0.56
Hex B9 65 85 0 2D 1C 1B 151 26 38
Octal 271 145 205 0 55 34 33 521 46 70
Binary 10111001 1100101 10000101 0 101101 11100 11011 101010001 100110 111000

Color Harmonies of #B96585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96585

Black with #B96585

Text Example


Text Example

White with #B96585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96585; }

 p { color: rgb(185,101,133); }

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

background-color css

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

 a { background-color: rgb(185,101,133); }

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

border-color css

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

 span { border-color: rgb(185,101,133); }

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