Html Css Color HEX #B96589 Tapestry

📋 copy color: '#B96589'

red 185 ◦ green 101 ◦ blue 137

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

Shades of Tapestry #B96589

Tints of Tapestry #B96589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

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

R = 43.74%
G = 23.88%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96589 (or 0xB96589) is known color: Tapestry. HEX triplet: B9, 65 and 89. RGB value is (185,101,137). Sum of RGB (Red+Green+Blue) = 185+101+137=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96589 is #469A76. Grayscale: #828282. Windows color (decimal): -4627063 or 9004473. OLE color: 9004473.

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

Color convert

RGB 185 101 137 -
CMYK 0 0.45 0.26 0.27
HSL 334.29º 0.38% 0.56% -
HSV(B) 334.29º 0.45% 0.73% -
XYZ 29.18 21.43 26.27 -
YUV 130.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 185 101 137 0 0.45 0.26 0.27 334.29 0.38 0.56
Hex B9 65 89 0 2D 1A 1B 14E 26 38
Octal 271 145 211 0 55 32 33 516 46 70
Binary 10111001 1100101 10001001 0 101101 11010 11011 101001110 100110 111000

Color Harmonies of #B96589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96589

Black with #B96589

Text Example


Text Example

White with #B96589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96589; }

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

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

background-color css

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

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

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

border-color css

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

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

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