Html Css Color HEX #B97188 Tapestry

📋 copy color: '#B97188'

red 185 ◦ green 113 ◦ blue 136

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

Shades of Tapestry #B97188

Tints of Tapestry #B97188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.04%

 BLUE value IS 136 (53.52% from 255) = 31.34%

R = 42.63%
G = 26.04%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B97188 (or 0xB97188) is known color: Tapestry. HEX triplet: B9, 71 and 88. RGB value is (185,113,136). Sum of RGB (Red+Green+Blue) = 185+113+136=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97188 is #468E77. Grayscale: #898989. Windows color (decimal): -4623992 or 8942009. OLE color: 8942009.

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

Color convert

RGB 185 113 136 -
CMYK 0 0.39 0.26 0.27
HSL 340.83º 0.34% 0.58% -
HSV(B) 340.83º 0.39% 0.73% -
XYZ 30.36 23.9 26.31 -
YUV 137.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 185 113 136 0 0.39 0.26 0.27 340.83 0.34 0.58
Hex B9 71 88 0 27 1A 1B 155 22 3A
Octal 271 161 210 0 47 32 33 525 42 72
Binary 10111001 1110001 10001000 0 100111 11010 11011 101010101 100010 111010

Color Harmonies of #B97188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97188

Black with #B97188

Text Example


Text Example

White with #B97188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97188; }

 p { color: rgb(185,113,136); }

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

background-color css

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

 a { background-color: rgb(185,113,136); }

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

border-color css

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

 span { border-color: rgb(185,113,136); }

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