Html Css Color HEX #B97888 Tapestry

📋 copy color: '#B97888'

red 185 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #B97888

Tints of Tapestry #B97888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.21%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 41.95%
G = 27.21%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B97888 (or 0xB97888) is known color: Tapestry. HEX triplet: B9, 78 and 88. RGB value is (185,120,136). Sum of RGB (Red+Green+Blue) = 185+120+136=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B97888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97888 is #468777. Grayscale: #8D8D8D. Windows color (decimal): -4622200 or 8943801. OLE color: 8943801.

HSL color Cylindrical-coordinate representation of color #B97888: hue angle of 345.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97888 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 120 136 -
CMYK 0 0.35 0.26 0.27
HSL 345.23º 0.32% 0.6% -
HSV(B) 345.23º 0.35% 0.73% -
XYZ 31.17 25.52 26.58 -
YUV 141.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 185 120 136 0 0.35 0.26 0.27 345.23 0.32 0.6
Hex B9 78 88 0 23 1A 1B 159 20 3C
Octal 271 170 210 0 43 32 33 531 40 74
Binary 10111001 1111000 10001000 0 100011 11010 11011 101011001 100000 111100

Color Harmonies of #B97888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97888

Black with #B97888

Text Example


Text Example

White with #B97888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97888; }

 p { color: rgb(185,120,136); }

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

background-color css

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

 a { background-color: rgb(185,120,136); }

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

border-color css

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

 span { border-color: rgb(185,120,136); }

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