Html Css Color HEX #B97A8F Tapestry

📋 copy color: '#B97A8F'

red 185 ◦ green 122 ◦ blue 143

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

Shades of Tapestry #B97A8F

Tints of Tapestry #B97A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.78%

R = 41.11%
G = 27.11%
B = 31.78%

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

#B97A8F (or 0xB97A8F) is known color: Tapestry. HEX triplet: B9, 7A and 8F. RGB value is (185,122,143). Sum of RGB (Red+Green+Blue) = 185+122+143=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A8F is #468570. Grayscale: #8F8F8F. Windows color (decimal): -4621681 or 9403065. OLE color: 9403065.

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

Color convert

RGB 185 122 143 -
CMYK 0 0.34 0.23 0.27
HSL 340º 0.31% 0.6% -
HSV(B) 340º 0.34% 0.73% -
XYZ 31.93 26.22 29.36 -
YUV 143.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 185 122 143 0 0.34 0.23 0.27 340 0.31 0.6
Hex B9 7A 8F 0 22 17 1B 154 1F 3C
Octal 271 172 217 0 42 27 33 524 37 74
Binary 10111001 1111010 10001111 0 100010 10111 11011 101010100 11111 111100

Color Harmonies of #B97A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A8F

Black with #B97A8F

Text Example


Text Example

White with #B97A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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