Html Css Color HEX #B15F81 Tapestry

📋 copy color: '#B15F81'

red 177 ◦ green 95 ◦ blue 129

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

Shades of Tapestry #B15F81

Tints of Tapestry #B15F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 44.14%
G = 23.69%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15F81 (or 0xB15F81) is known color: Tapestry. HEX triplet: B1, 5F and 81. RGB value is (177,95,129). Sum of RGB (Red+Green+Blue) = 177+95+129=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F81 is #4EA07E. Grayscale: #7B7B7B. Windows color (decimal): -5152895 or 8478641. OLE color: 8478641.

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

Color convert

RGB 177 95 129 -
CMYK 0 0.46 0.27 0.31
HSL 335.12º 0.34% 0.53% -
HSV(B) 335.12º 0.46% 0.69% -
XYZ 26.19 19.12 23.08 -
YUV 123.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 177 95 129 0 0.46 0.27 0.31 335.12 0.34 0.53
Hex B1 5F 81 0 2E 1B 1F 14F 22 35
Octal 261 137 201 0 56 33 37 517 42 65
Binary 10110001 1011111 10000001 0 101110 11011 11111 101001111 100010 110101

Color Harmonies of #B15F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F81

Black with #B15F81

Text Example


Text Example

White with #B15F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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