Html Css Color HEX #B16582 Tapestry

📋 copy color: '#B16582'

red 177 ◦ green 101 ◦ blue 130

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

Shades of Tapestry #B16582

Tints of Tapestry #B16582

RGB

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

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

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

R = 43.38%
G = 24.75%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B16582 (or 0xB16582) is known color: Tapestry. HEX triplet: B1, 65 and 82. RGB value is (177,101,130). Sum of RGB (Red+Green+Blue) = 177+101+130=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16582 is #4E9A7D. Grayscale: #7E7E7E. Windows color (decimal): -5151358 or 8545713. OLE color: 8545713.

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

Color convert

RGB 177 101 130 -
CMYK 0 0.43 0.27 0.31
HSL 337.11º 0.33% 0.55% -
HSV(B) 337.11º 0.43% 0.69% -
XYZ 26.81 20.27 23.62 -
YUV 127.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 177 101 130 0 0.43 0.27 0.31 337.11 0.33 0.55
Hex B1 65 82 0 2B 1B 1F 151 21 37
Octal 261 145 202 0 53 33 37 521 41 67
Binary 10110001 1100101 10000010 0 101011 11011 11111 101010001 100001 110111

Color Harmonies of #B16582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16582

Black with #B16582

Text Example


Text Example

White with #B16582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16582; }

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

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

background-color css

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

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

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

border-color css

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

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

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