Html Css Color HEX #B16083 Tapestry

📋 copy color: '#B16083'

red 177 ◦ green 96 ◦ blue 131

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

Shades of Tapestry #B16083

Tints of Tapestry #B16083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

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

R = 43.81%
G = 23.76%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B16083 (or 0xB16083) is known color: Tapestry. HEX triplet: B1, 60 and 83. RGB value is (177,96,131). Sum of RGB (Red+Green+Blue) = 177+96+131=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16083 is #4E9F7C. Grayscale: #7C7C7C. Windows color (decimal): -5152637 or 8609969. OLE color: 8609969.

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

Color convert

RGB 177 96 131 -
CMYK 0 0.46 0.26 0.31
HSL 334.07º 0.34% 0.54% -
HSV(B) 334.07º 0.46% 0.69% -
XYZ 26.41 19.35 23.82 -
YUV 124.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 177 96 131 0 0.46 0.26 0.31 334.07 0.34 0.54
Hex B1 60 83 0 2E 1A 1F 14E 22 36
Octal 261 140 203 0 56 32 37 516 42 66
Binary 10110001 1100000 10000011 0 101110 11010 11111 101001110 100010 110110

Color Harmonies of #B16083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16083

Black with #B16083

Text Example


Text Example

White with #B16083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16083; }

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

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

background-color css

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

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

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

border-color css

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

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

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