Html Css Color HEX #B16482 Tapestry

📋 copy color: '#B16482'

red 177 ◦ green 100 ◦ blue 130

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

Shades of Tapestry #B16482

Tints of Tapestry #B16482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 43.49%
G = 24.57%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B16482 (or 0xB16482) is known color: Tapestry. HEX triplet: B1, 64 and 82. RGB value is (177,100,130). Sum of RGB (Red+Green+Blue) = 177+100+130=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16482 is #4E9B7D. Grayscale: #7E7E7E. Windows color (decimal): -5151614 or 8545457. OLE color: 8545457.

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

Color convert

RGB 177 100 130 -
CMYK 0 0.44 0.27 0.31
HSL 336.62º 0.33% 0.54% -
HSV(B) 336.62º 0.44% 0.69% -
XYZ 26.72 20.07 23.59 -
YUV 126.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 177 100 130 0 0.44 0.27 0.31 336.62 0.33 0.54
Hex B1 64 82 0 2C 1B 1F 151 21 36
Octal 261 144 202 0 54 33 37 521 41 66
Binary 10110001 1100100 10000010 0 101100 11011 11111 101010001 100001 110110

Color Harmonies of #B16482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16482

Black with #B16482

Text Example


Text Example

White with #B16482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16482; }

 p { color: rgb(177,100,130); }

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

background-color css

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

 a { background-color: rgb(177,100,130); }

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

border-color css

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

 span { border-color: rgb(177,100,130); }

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