Html Css Color HEX #B16589 Tapestry

📋 copy color: '#B16589'

red 177 ◦ green 101 ◦ blue 137

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

Shades of Tapestry #B16589

Tints of Tapestry #B16589

RGB

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

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

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

R = 42.65%
G = 24.34%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B16589 (or 0xB16589) is known color: Tapestry. HEX triplet: B1, 65 and 89. RGB value is (177,101,137). Sum of RGB (Red+Green+Blue) = 177+101+137=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B16589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16589 is #4E9A76. Grayscale: #7F7F7F. Windows color (decimal): -5151351 or 9004465. OLE color: 9004465.

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

Color convert

RGB 177 101 137 -
CMYK 0 0.43 0.23 0.31
HSL 331.58º 0.33% 0.55% -
HSV(B) 331.58º 0.43% 0.69% -
XYZ 27.3 20.46 26.18 -
YUV 127.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 177 101 137 0 0.43 0.23 0.31 331.58 0.33 0.55
Hex B1 65 89 0 2B 17 1F 14C 21 37
Octal 261 145 211 0 53 27 37 514 41 67
Binary 10110001 1100101 10001001 0 101011 10111 11111 101001100 100001 110111

Color Harmonies of #B16589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16589

Black with #B16589

Text Example


Text Example

White with #B16589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16589; }

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

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

background-color css

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

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

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

border-color css

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

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

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