Html Css Color HEX #B97A90 Tapestry

📋 copy color: '#B97A90'

red 185 ◦ green 122 ◦ blue 144

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

Shades of Tapestry #B97A90

Tints of Tapestry #B97A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.93%

R = 41.02%
G = 27.05%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B97A90 (or 0xB97A90) is known color: Tapestry. HEX triplet: B9, 7A and 90. RGB value is (185,122,144). Sum of RGB (Red+Green+Blue) = 185+122+144=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A90 is #46856F. Grayscale: #8F8F8F. Windows color (decimal): -4621680 or 9468601. OLE color: 9468601.

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

Color convert

RGB 185 122 144 -
CMYK 0 0.34 0.22 0.27
HSL 339.05º 0.31% 0.6% -
HSV(B) 339.05º 0.34% 0.73% -
XYZ 32 26.25 29.77 -
YUV 143.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 185 122 144 0 0.34 0.22 0.27 339.05 0.31 0.6
Hex B9 7A 90 0 22 16 1B 153 1F 3C
Octal 271 172 220 0 42 26 33 523 37 74
Binary 10111001 1111010 10010000 0 100010 10110 11011 101010011 11111 111100

Color Harmonies of #B97A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A90

Black with #B97A90

Text Example


Text Example

White with #B97A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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