Html Css Color HEX #B16078 Tapestry

📋 copy color: '#B16078'

red 177 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #B16078

Tints of Tapestry #B16078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 45.04%
G = 24.43%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B16078 (or 0xB16078) is known color: Tapestry. HEX triplet: B1, 60 and 78. RGB value is (177,96,120). Sum of RGB (Red+Green+Blue) = 177+96+120=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16078 is #4E9F87. Grayscale: #7A7A7A. Windows color (decimal): -5152648 or 7889073. OLE color: 7889073.

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

Color convert

RGB 177 96 120 -
CMYK 0 0.46 0.32 0.31
HSL 342.22º 0.34% 0.54% -
HSV(B) 342.22º 0.46% 0.69% -
XYZ 25.7 19.07 20.1 -
YUV 122.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 177 96 120 0 0.46 0.32 0.31 342.22 0.34 0.54
Hex B1 60 78 0 2E 20 1F 156 22 36
Octal 261 140 170 0 56 40 37 526 42 66
Binary 10110001 1100000 1111000 0 101110 100000 11111 101010110 100010 110110

Color Harmonies of #B16078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16078

Black with #B16078

Text Example


Text Example

White with #B16078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16078; }

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

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

background-color css

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

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

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

border-color css

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

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

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