Html Css Color HEX #B96189 Tapestry

📋 copy color: '#B96189'

red 185 ◦ green 97 ◦ blue 137

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

Shades of Tapestry #B96189

Tints of Tapestry #B96189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.15%

 BLUE value IS 137 (53.91% from 255) = 32.7%

R = 44.15%
G = 23.15%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96189 (or 0xB96189) is known color: Tapestry. HEX triplet: B9, 61 and 89. RGB value is (185,97,137). Sum of RGB (Red+Green+Blue) = 185+97+137=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96189 is #469E76. Grayscale: #7F7F7F. Windows color (decimal): -4628087 or 9003449. OLE color: 9003449.

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

Color convert

RGB 185 97 137 -
CMYK 0 0.48 0.26 0.27
HSL 332.73º 0.39% 0.55% -
HSV(B) 332.73º 0.48% 0.73% -
XYZ 28.8 20.67 26.14 -
YUV 127.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 185 97 137 0 0.48 0.26 0.27 332.73 0.39 0.55
Hex B9 61 89 0 30 1A 1B 14D 27 37
Octal 271 141 211 0 60 32 33 515 47 67
Binary 10111001 1100001 10001001 0 110000 11010 11011 101001101 100111 110111

Color Harmonies of #B96189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96189

Black with #B96189

Text Example


Text Example

White with #B96189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96189; }

 p { color: rgb(185,97,137); }

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

background-color css

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

 a { background-color: rgb(185,97,137); }

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

border-color css

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

 span { border-color: rgb(185,97,137); }

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