Html Css Color HEX #B96587 Tapestry

📋 copy color: '#B96587'

red 185 ◦ green 101 ◦ blue 135

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

Shades of Tapestry #B96587

Tints of Tapestry #B96587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 43.94%
G = 23.99%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B96587 (or 0xB96587) is known color: Tapestry. HEX triplet: B9, 65 and 87. RGB value is (185,101,135). Sum of RGB (Red+Green+Blue) = 185+101+135=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96587 is #469A78. Grayscale: #818181. Windows color (decimal): -4627065 or 8873401. OLE color: 8873401.

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

Color convert

RGB 185 101 135 -
CMYK 0 0.45 0.27 0.27
HSL 335.71º 0.38% 0.56% -
HSV(B) 335.71º 0.45% 0.73% -
XYZ 29.03 21.37 25.52 -
YUV 129.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 185 101 135 0 0.45 0.27 0.27 335.71 0.38 0.56
Hex B9 65 87 0 2D 1B 1B 150 26 38
Octal 271 145 207 0 55 33 33 520 46 70
Binary 10111001 1100101 10000111 0 101101 11011 11011 101010000 100110 111000

Color Harmonies of #B96587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96587

Black with #B96587

Text Example


Text Example

White with #B96587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96587; }

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

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

background-color css

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

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

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

border-color css

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

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

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