Html Css Color HEX #B97A87 Tapestry

📋 copy color: '#B97A87'

red 185 ◦ green 122 ◦ blue 135

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

Shades of Tapestry #B97A87

Tints of Tapestry #B97A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 41.86%
G = 27.6%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B97A87 (or 0xB97A87) is known color: Tapestry. HEX triplet: B9, 7A and 87. RGB value is (185,122,135). Sum of RGB (Red+Green+Blue) = 185+122+135=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A87 is #468578. Grayscale: #8E8E8E. Windows color (decimal): -4621689 or 8878777. OLE color: 8878777.

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

Color convert

RGB 185 122 135 -
CMYK 0 0.34 0.27 0.27
HSL 347.62º 0.31% 0.6% -
HSV(B) 347.62º 0.34% 0.73% -
XYZ 31.34 25.98 26.29 -
YUV 142.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 185 122 135 0 0.34 0.27 0.27 347.62 0.31 0.6
Hex B9 7A 87 0 22 1B 1B 15C 1F 3C
Octal 271 172 207 0 42 33 33 534 37 74
Binary 10111001 1111010 10000111 0 100010 11011 11011 101011100 11111 111100

Color Harmonies of #B97A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A87

Black with #B97A87

Text Example


Text Example

White with #B97A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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