Html Css Color HEX #B96487 Tapestry

📋 copy color: '#B96487'

red 185 ◦ green 100 ◦ blue 135

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

Shades of Tapestry #B96487

Tints of Tapestry #B96487

RGB

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

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

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

R = 44.05%
G = 23.81%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B96487 (or 0xB96487) is known color: Tapestry. HEX triplet: B9, 64 and 87. RGB value is (185,100,135). Sum of RGB (Red+Green+Blue) = 185+100+135=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96487 is #469B78. Grayscale: #818181. Windows color (decimal): -4627321 or 8873145. OLE color: 8873145.

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

Color convert

RGB 185 100 135 -
CMYK 0 0.46 0.27 0.27
HSL 335.29º 0.38% 0.56% -
HSV(B) 335.29º 0.46% 0.73% -
XYZ 28.94 21.18 25.48 -
YUV 129.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 185 100 135 0 0.46 0.27 0.27 335.29 0.38 0.56
Hex B9 64 87 0 2E 1B 1B 14F 26 38
Octal 271 144 207 0 56 33 33 517 46 70
Binary 10111001 1100100 10000111 0 101110 11011 11011 101001111 100110 111000

Color Harmonies of #B96487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96487

Black with #B96487

Text Example


Text Example

White with #B96487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96487; }

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

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

background-color css

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

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

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

border-color css

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

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

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