Html Css Color HEX #B97592 Tapestry

📋 copy color: '#B97592'

red 185 ◦ green 117 ◦ blue 146

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

Shades of Tapestry #B97592

Tints of Tapestry #B97592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 41.29%
G = 26.12%
B = 32.59%

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

#B97592 (or 0xB97592) is known color: Tapestry. HEX triplet: B9, 75 and 92. RGB value is (185,117,146). Sum of RGB (Red+Green+Blue) = 185+117+146=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B97592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97592 is #468A6D. Grayscale: #8C8C8C. Windows color (decimal): -4622958 or 9598393. OLE color: 9598393.

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

Color convert

RGB 185 117 146 -
CMYK 0 0.37 0.21 0.27
HSL 334.41º 0.33% 0.59% -
HSV(B) 334.41º 0.37% 0.73% -
XYZ 31.56 25.11 30.38 -
YUV 140.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 185 117 146 0 0.37 0.21 0.27 334.41 0.33 0.59
Hex B9 75 92 0 25 15 1B 14E 21 3B
Octal 271 165 222 0 45 25 33 516 41 73
Binary 10111001 1110101 10010010 0 100101 10101 11011 101001110 100001 111011

Color Harmonies of #B97592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97592

Black with #B97592

Text Example


Text Example

White with #B97592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97592; }

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

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

background-color css

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

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

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

border-color css

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

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

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