Html Css Color HEX #B97087 Tapestry

📋 copy color: '#B97087'

red 185 ◦ green 112 ◦ blue 135

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

Shades of Tapestry #B97087

Tints of Tapestry #B97087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

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

R = 42.82%
G = 25.93%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B97087 (or 0xB97087) is known color: Tapestry. HEX triplet: B9, 70 and 87. RGB value is (185,112,135). Sum of RGB (Red+Green+Blue) = 185+112+135=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B97087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97087 is #468F78. Grayscale: #888888. Windows color (decimal): -4624249 or 8876217. OLE color: 8876217.

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

Color convert

RGB 185 112 135 -
CMYK 0 0.39 0.27 0.27
HSL 341.1º 0.34% 0.58% -
HSV(B) 341.1º 0.39% 0.73% -
XYZ 30.17 23.65 25.9 -
YUV 136.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 185 112 135 0 0.39 0.27 0.27 341.1 0.34 0.58
Hex B9 70 87 0 27 1B 1B 155 22 3A
Octal 271 160 207 0 47 33 33 525 42 72
Binary 10111001 1110000 10000111 0 100111 11011 11011 101010101 100010 111010

Color Harmonies of #B97087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97087

Black with #B97087

Text Example


Text Example

White with #B97087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97087; }

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

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

background-color css

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

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

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

border-color css

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

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

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