Html Css Color HEX #B96787 Tapestry

📋 copy color: '#B96787'

red 185 ◦ green 103 ◦ blue 135

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

Shades of Tapestry #B96787

Tints of Tapestry #B96787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 43.74%
G = 24.35%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B96787 (or 0xB96787) is known color: Tapestry. HEX triplet: B9, 67 and 87. RGB value is (185,103,135). Sum of RGB (Red+Green+Blue) = 185+103+135=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96787 is #469878. Grayscale: #838383. Windows color (decimal): -4626553 or 8873913. OLE color: 8873913.

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

Color convert

RGB 185 103 135 -
CMYK 0 0.44 0.27 0.27
HSL 336.59º 0.37% 0.56% -
HSV(B) 336.59º 0.44% 0.73% -
XYZ 29.23 21.76 25.58 -
YUV 131.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 185 103 135 0 0.44 0.27 0.27 336.59 0.37 0.56
Hex B9 67 87 0 2C 1B 1B 151 25 38
Octal 271 147 207 0 54 33 33 521 45 70
Binary 10111001 1100111 10000111 0 101100 11011 11011 101010001 100101 111000

Color Harmonies of #B96787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96787

Black with #B96787

Text Example


Text Example

White with #B96787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96787; }

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

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

background-color css

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

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

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

border-color css

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

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

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