Html Css Color HEX #B97585 Tapestry

📋 copy color: '#B97585'

red 185 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #B97585

Tints of Tapestry #B97585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 42.53%
G = 26.9%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B97585 (or 0xB97585) is known color: Tapestry. HEX triplet: B9, 75 and 85. RGB value is (185,117,133). Sum of RGB (Red+Green+Blue) = 185+117+133=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B97585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97585 is #468A7A. Grayscale: #8B8B8B. Windows color (decimal): -4622971 or 8746425. OLE color: 8746425.

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

Color convert

RGB 185 117 133 -
CMYK 0 0.37 0.28 0.27
HSL 345.88º 0.33% 0.59% -
HSV(B) 345.88º 0.37% 0.73% -
XYZ 30.6 24.73 25.35 -
YUV 139.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 185 117 133 0 0.37 0.28 0.27 345.88 0.33 0.59
Hex B9 75 85 0 25 1C 1B 15A 21 3B
Octal 271 165 205 0 45 34 33 532 41 73
Binary 10111001 1110101 10000101 0 100101 11100 11011 101011010 100001 111011

Color Harmonies of #B97585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97585

Black with #B97585

Text Example


Text Example

White with #B97585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97585; }

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

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

background-color css

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

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

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

border-color css

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

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

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