Html Css Color HEX #B97289 Tapestry

📋 copy color: '#B97289'

red 185 ◦ green 114 ◦ blue 137

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

Shades of Tapestry #B97289

Tints of Tapestry #B97289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 42.43%
G = 26.15%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B97289 (or 0xB97289) is known color: Tapestry. HEX triplet: B9, 72 and 89. RGB value is (185,114,137). Sum of RGB (Red+Green+Blue) = 185+114+137=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97289 is #468D76. Grayscale: #898989. Windows color (decimal): -4623735 or 9007801. OLE color: 9007801.

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

Color convert

RGB 185 114 137 -
CMYK 0 0.38 0.26 0.27
HSL 340.56º 0.34% 0.59% -
HSV(B) 340.56º 0.38% 0.73% -
XYZ 30.54 24.16 26.72 -
YUV 137.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 185 114 137 0 0.38 0.26 0.27 340.56 0.34 0.59
Hex B9 72 89 0 26 1A 1B 155 22 3B
Octal 271 162 211 0 46 32 33 525 42 73
Binary 10111001 1110010 10001001 0 100110 11010 11011 101010101 100010 111011

Color Harmonies of #B97289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97289

Black with #B97289

Text Example


Text Example

White with #B97289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97289; }

 p { color: rgb(185,114,137); }

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

background-color css

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

 a { background-color: rgb(185,114,137); }

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

border-color css

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

 span { border-color: rgb(185,114,137); }

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