Html Css Color HEX #B97593 Tapestry

📋 copy color: '#B97593'

red 185 ◦ green 117 ◦ blue 147

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

Shades of Tapestry #B97593

Tints of Tapestry #B97593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 41.2%
G = 26.06%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B97593 (or 0xB97593) is known color: Tapestry. HEX triplet: B9, 75 and 93. RGB value is (185,117,147). Sum of RGB (Red+Green+Blue) = 185+117+147=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97593 is #468A6C. Grayscale: #8C8C8C. Windows color (decimal): -4622957 or 9663929. OLE color: 9663929.

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

Color convert

RGB 185 117 147 -
CMYK 0 0.37 0.21 0.27
HSL 333.53º 0.33% 0.59% -
HSV(B) 333.53º 0.37% 0.73% -
XYZ 31.64 25.14 30.79 -
YUV 140.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 185 117 147 0 0.37 0.21 0.27 333.53 0.33 0.59
Hex B9 75 93 0 25 15 1B 14E 21 3B
Octal 271 165 223 0 45 25 33 516 41 73
Binary 10111001 1110101 10010011 0 100101 10101 11011 101001110 100001 111011

Color Harmonies of #B97593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97593

Black with #B97593

Text Example


Text Example

White with #B97593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97593; }

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

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

background-color css

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

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

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

border-color css

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

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

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