Html Css Color HEX #B97C8B Tapestry

📋 copy color: '#B97C8B'

red 185 ◦ green 124 ◦ blue 139

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

Shades of Tapestry #B97C8B

Tints of Tapestry #B97C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 41.29%
G = 27.68%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B97C8B (or 0xB97C8B) is known color: Tapestry. HEX triplet: B9, 7C and 8B. RGB value is (185,124,139). Sum of RGB (Red+Green+Blue) = 185+124+139=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C8B is #468374. Grayscale: #8F8F8F. Windows color (decimal): -4621173 or 9141433. OLE color: 9141433.

HSL color Cylindrical-coordinate representation of color #B97C8B: hue angle of 345.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97C8B is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 124 139 -
CMYK 0 0.33 0.25 0.27
HSL 345.25º 0.3% 0.61% -
HSV(B) 345.25º 0.33% 0.73% -
XYZ 31.88 26.59 27.88 -
YUV 143.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 185 124 139 0 0.33 0.25 0.27 345.25 0.3 0.61
Hex B9 7C 8B 0 21 19 1B 159 1E 3D
Octal 271 174 213 0 41 31 33 531 36 75
Binary 10111001 1111100 10001011 0 100001 11001 11011 101011001 11110 111101

Color Harmonies of #B97C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C8B

Black with #B97C8B

Text Example


Text Example

White with #B97C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C8B; }

 p { color: rgb(185,124,139); }

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

background-color css

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

 a { background-color: rgb(185,124,139); }

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

border-color css

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

 span { border-color: rgb(185,124,139); }

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