Html Css Color HEX #B16578 Tapestry

📋 copy color: '#B16578'

red 177 ◦ green 101 ◦ blue 120

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

Shades of Tapestry #B16578

Tints of Tapestry #B16578

RGB

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

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

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

R = 44.47%
G = 25.38%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B16578 (or 0xB16578) is known color: Tapestry. HEX triplet: B1, 65 and 78. RGB value is (177,101,120). Sum of RGB (Red+Green+Blue) = 177+101+120=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B16578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16578 is #4E9A87. Grayscale: #7D7D7D. Windows color (decimal): -5151368 or 7890353. OLE color: 7890353.

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

Color convert

RGB 177 101 120 -
CMYK 0 0.43 0.32 0.31
HSL 345º 0.33% 0.55% -
HSV(B) 345º 0.43% 0.69% -
XYZ 26.18 20.01 20.25 -
YUV 125.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 177 101 120 0 0.43 0.32 0.31 345 0.33 0.55
Hex B1 65 78 0 2B 20 1F 159 21 37
Octal 261 145 170 0 53 40 37 531 41 67
Binary 10110001 1100101 1111000 0 101011 100000 11111 101011001 100001 110111

Color Harmonies of #B16578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16578

Black with #B16578

Text Example


Text Example

White with #B16578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16578; }

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

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

background-color css

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

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

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

border-color css

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

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

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