Html Css Color HEX #B97590 Tapestry

📋 copy color: '#B97590'

red 185 ◦ green 117 ◦ blue 144

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

Shades of Tapestry #B97590

Tints of Tapestry #B97590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

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

R = 41.48%
G = 26.23%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B97590 (or 0xB97590) is known color: Tapestry. HEX triplet: B9, 75 and 90. RGB value is (185,117,144). Sum of RGB (Red+Green+Blue) = 185+117+144=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B97590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97590 is #468A6F. Grayscale: #8C8C8C. Windows color (decimal): -4622960 or 9467321. OLE color: 9467321.

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

Color convert

RGB 185 117 144 -
CMYK 0 0.37 0.22 0.27
HSL 336.18º 0.33% 0.59% -
HSV(B) 336.18º 0.37% 0.73% -
XYZ 31.4 25.05 29.57 -
YUV 140.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 185 117 144 0 0.37 0.22 0.27 336.18 0.33 0.59
Hex B9 75 90 0 25 16 1B 150 21 3B
Octal 271 165 220 0 45 26 33 520 41 73
Binary 10111001 1110101 10010000 0 100101 10110 11011 101010000 100001 111011

Color Harmonies of #B97590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97590

Black with #B97590

Text Example


Text Example

White with #B97590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97590; }

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

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

background-color css

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

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

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

border-color css

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

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

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