Html Css Color HEX #B16683 Tapestry

📋 copy color: '#B16683'

red 177 ◦ green 102 ◦ blue 131

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

Shades of Tapestry #B16683

Tints of Tapestry #B16683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 43.17%
G = 24.88%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B16683 (or 0xB16683) is known color: Tapestry. HEX triplet: B1, 66 and 83. RGB value is (177,102,131). Sum of RGB (Red+Green+Blue) = 177+102+131=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B16683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16683 is #4E997C. Grayscale: #7F7F7F. Windows color (decimal): -5151101 or 8611505. OLE color: 8611505.

HSL color Cylindrical-coordinate representation of color #B16683: hue angle of 336.8º 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 #B16683 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 131 -
CMYK 0 0.42 0.26 0.31
HSL 336.8º 0.32% 0.55% -
HSV(B) 336.8º 0.42% 0.69% -
XYZ 26.98 20.49 24.01 -
YUV 127.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 177 102 131 0 0.42 0.26 0.31 336.8 0.32 0.55
Hex B1 66 83 0 2A 1A 1F 151 20 37
Octal 261 146 203 0 52 32 37 521 40 67
Binary 10110001 1100110 10000011 0 101010 11010 11111 101010001 100000 110111

Color Harmonies of #B16683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16683

Black with #B16683

Text Example


Text Example

White with #B16683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16683; }

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

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

background-color css

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

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

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

border-color css

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

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

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