Html Css Color HEX #B97B8E Tapestry

📋 copy color: '#B97B8E'

red 185 ◦ green 123 ◦ blue 142

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

Shades of Tapestry #B97B8E

Tints of Tapestry #B97B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 41.11%
G = 27.33%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B97B8E (or 0xB97B8E) is known color: Tapestry. HEX triplet: B9, 7B and 8E. RGB value is (185,123,142). Sum of RGB (Red+Green+Blue) = 185+123+142=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B8E is #468471. Grayscale: #8F8F8F. Windows color (decimal): -4621426 or 9337785. OLE color: 9337785.

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

Color convert

RGB 185 123 142 -
CMYK 0 0.34 0.23 0.27
HSL 341.61º 0.31% 0.6% -
HSV(B) 341.61º 0.34% 0.73% -
XYZ 31.97 26.43 29.01 -
YUV 143.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 185 123 142 0 0.34 0.23 0.27 341.61 0.31 0.6
Hex B9 7B 8E 0 22 17 1B 156 1F 3C
Octal 271 173 216 0 42 27 33 526 37 74
Binary 10111001 1111011 10001110 0 100010 10111 11011 101010110 11111 111100

Color Harmonies of #B97B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97B8E

Black with #B97B8E

Text Example


Text Example

White with #B97B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97B8E; }

 p { color: rgb(185,123,142); }

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

background-color css

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

 a { background-color: rgb(185,123,142); }

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

border-color css

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

 span { border-color: rgb(185,123,142); }

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