Html Css Color HEX #B16089 Tapestry

📋 copy color: '#B16089'

red 177 ◦ green 96 ◦ blue 137

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

Shades of Tapestry #B16089

Tints of Tapestry #B16089

RGB

 RED value IS 177 (69.53% from 255) = 43.17%

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 43.17%
G = 23.41%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B16089 (or 0xB16089) is known color: Tapestry. HEX triplet: B1, 60 and 89. RGB value is (177,96,137). Sum of RGB (Red+Green+Blue) = 177+96+137=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16089 is #4E9F76. Grayscale: #7C7C7C. Windows color (decimal): -5152631 or 9003185. OLE color: 9003185.

HSL color Cylindrical-coordinate representation of color #B16089: hue angle of 329.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16089 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 137 -
CMYK 0 0.46 0.23 0.31
HSL 329.63º 0.34% 0.54% -
HSV(B) 329.63º 0.46% 0.69% -
XYZ 26.83 19.52 26.02 -
YUV 124.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 177 96 137 0 0.46 0.23 0.31 329.63 0.34 0.54
Hex B1 60 89 0 2E 17 1F 14A 22 36
Octal 261 140 211 0 56 27 37 512 42 66
Binary 10110001 1100000 10001001 0 101110 10111 11111 101001010 100010 110110

Color Harmonies of #B16089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16089

Black with #B16089

Text Example


Text Example

White with #B16089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16089; }

 p { color: rgb(177,96,137); }

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

background-color css

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

 a { background-color: rgb(177,96,137); }

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

border-color css

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

 span { border-color: rgb(177,96,137); }

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