Html Css Color HEX #B96389 Tapestry

📋 copy color: '#B96389'

red 185 ◦ green 99 ◦ blue 137

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

Shades of Tapestry #B96389

Tints of Tapestry #B96389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.52%

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

R = 43.94%
G = 23.52%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96389 (or 0xB96389) is known color: Tapestry. HEX triplet: B9, 63 and 89. RGB value is (185,99,137). Sum of RGB (Red+Green+Blue) = 185+99+137=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96389 is #469C76. Grayscale: #808080. Windows color (decimal): -4627575 or 9003961. OLE color: 9003961.

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

Color convert

RGB 185 99 137 -
CMYK 0 0.46 0.26 0.27
HSL 333.49º 0.38% 0.56% -
HSV(B) 333.49º 0.46% 0.73% -
XYZ 28.98 21.04 26.2 -
YUV 129.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 185 99 137 0 0.46 0.26 0.27 333.49 0.38 0.56
Hex B9 63 89 0 2E 1A 1B 14D 26 38
Octal 271 143 211 0 56 32 33 515 46 70
Binary 10111001 1100011 10001001 0 101110 11010 11011 101001101 100110 111000

Color Harmonies of #B96389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96389

Black with #B96389

Text Example


Text Example

White with #B96389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96389; }

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

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

background-color css

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

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

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

border-color css

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

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

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