Html Css Color HEX #B16583 Tapestry

📋 copy color: '#B16583'

red 177 ◦ green 101 ◦ blue 131

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

Shades of Tapestry #B16583

Tints of Tapestry #B16583

RGB

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

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

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

R = 43.28%
G = 24.69%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B16583 (or 0xB16583) is known color: Tapestry. HEX triplet: B1, 65 and 83. RGB value is (177,101,131). Sum of RGB (Red+Green+Blue) = 177+101+131=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16583 is #4E9A7C. Grayscale: #7F7F7F. Windows color (decimal): -5151357 or 8611249. OLE color: 8611249.

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

Color convert

RGB 177 101 131 -
CMYK 0 0.43 0.26 0.31
HSL 336.32º 0.33% 0.55% -
HSV(B) 336.32º 0.43% 0.69% -
XYZ 26.88 20.29 23.97 -
YUV 127.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 177 101 131 0 0.43 0.26 0.31 336.32 0.33 0.55
Hex B1 65 83 0 2B 1A 1F 150 21 37
Octal 261 145 203 0 53 32 37 520 41 67
Binary 10110001 1100101 10000011 0 101011 11010 11111 101010000 100001 110111

Color Harmonies of #B16583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16583

Black with #B16583

Text Example


Text Example

White with #B16583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16583; }

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

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

background-color css

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

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

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

border-color css

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

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

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