Html Css Color HEX #B15F79 Tapestry

📋 copy color: '#B15F79'

red 177 ◦ green 95 ◦ blue 121

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

Shades of Tapestry #B15F79

Tints of Tapestry #B15F79

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 45.04%
G = 24.17%
B = 30.79%

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

#B15F79 (or 0xB15F79) is known color: Tapestry. HEX triplet: B1, 5F and 79. RGB value is (177,95,121). Sum of RGB (Red+Green+Blue) = 177+95+121=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F79 is #4EA086. Grayscale: #7A7A7A. Windows color (decimal): -5152903 or 7954353. OLE color: 7954353.

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

Color convert

RGB 177 95 121 -
CMYK 0 0.46 0.32 0.31
HSL 340.98º 0.34% 0.53% -
HSV(B) 340.98º 0.46% 0.69% -
XYZ 25.67 18.91 20.39 -
YUV 122.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 177 95 121 0 0.46 0.32 0.31 340.98 0.34 0.53
Hex B1 5F 79 0 2E 20 1F 155 22 35
Octal 261 137 171 0 56 40 37 525 42 65
Binary 10110001 1011111 1111001 0 101110 100000 11111 101010101 100010 110101

Color Harmonies of #B15F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F79

Black with #B15F79

Text Example


Text Example

White with #B15F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F79; }

 p { color: rgb(177,95,121); }

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

background-color css

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

 a { background-color: rgb(177,95,121); }

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

border-color css

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

 span { border-color: rgb(177,95,121); }

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