Html Css Color HEX #B16289 Tapestry

📋 copy color: '#B16289'

red 177 ◦ green 98 ◦ blue 137

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

Shades of Tapestry #B16289

Tints of Tapestry #B16289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.79%

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

R = 42.96%
G = 23.79%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B16289 (or 0xB16289) is known color: Tapestry. HEX triplet: B1, 62 and 89. RGB value is (177,98,137). Sum of RGB (Red+Green+Blue) = 177+98+137=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16289 is #4E9D76. Grayscale: #7D7D7D. Windows color (decimal): -5152119 or 9003697. OLE color: 9003697.

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

Color convert

RGB 177 98 137 -
CMYK 0 0.45 0.23 0.31
HSL 330.38º 0.34% 0.54% -
HSV(B) 330.38º 0.45% 0.69% -
XYZ 27.01 19.89 26.08 -
YUV 126.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 177 98 137 0 0.45 0.23 0.31 330.38 0.34 0.54
Hex B1 62 89 0 2D 17 1F 14A 22 36
Octal 261 142 211 0 55 27 37 512 42 66
Binary 10110001 1100010 10001001 0 101101 10111 11111 101001010 100010 110110

Color Harmonies of #B16289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16289

Black with #B16289

Text Example


Text Example

White with #B16289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16289; }

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

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

background-color css

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

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

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

border-color css

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

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

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