Html Css Color HEX #B16689 Tapestry

📋 copy color: '#B16689'

red 177 ◦ green 102 ◦ blue 137

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

Shades of Tapestry #B16689

Tints of Tapestry #B16689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

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

R = 42.55%
G = 24.52%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B16689 (or 0xB16689) is known color: Tapestry. HEX triplet: B1, 66 and 89. RGB value is (177,102,137). Sum of RGB (Red+Green+Blue) = 177+102+137=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B16689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16689 is #4E9976. Grayscale: #808080. Windows color (decimal): -5151095 or 9004721. OLE color: 9004721.

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

Color convert

RGB 177 102 137 -
CMYK 0 0.42 0.23 0.31
HSL 332º 0.32% 0.55% -
HSV(B) 332º 0.42% 0.69% -
XYZ 27.4 20.66 26.21 -
YUV 128.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 177 102 137 0 0.42 0.23 0.31 332 0.32 0.55
Hex B1 66 89 0 2A 17 1F 14C 20 37
Octal 261 146 211 0 52 27 37 514 40 67
Binary 10110001 1100110 10001001 0 101010 10111 11111 101001100 100000 110111

Color Harmonies of #B16689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16689

Black with #B16689

Text Example


Text Example

White with #B16689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16689; }

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

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

background-color css

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

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

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

border-color css

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

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

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