Html Css Color HEX #B15F85 Tapestry

📋 copy color: '#B15F85'

red 177 ◦ green 95 ◦ blue 133

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

Shades of Tapestry #B15F85

Tints of Tapestry #B15F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 43.7%
G = 23.46%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B15F85 (or 0xB15F85) is known color: Tapestry. HEX triplet: B1, 5F and 85. RGB value is (177,95,133). Sum of RGB (Red+Green+Blue) = 177+95+133=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F85 is #4EA07A. Grayscale: #7B7B7B. Windows color (decimal): -5152891 or 8740785. OLE color: 8740785.

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

Color convert

RGB 177 95 133 -
CMYK 0 0.46 0.25 0.31
HSL 332.2º 0.34% 0.53% -
HSV(B) 332.2º 0.46% 0.69% -
XYZ 26.46 19.22 24.51 -
YUV 123.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 177 95 133 0 0.46 0.25 0.31 332.2 0.34 0.53
Hex B1 5F 85 0 2E 19 1F 14C 22 35
Octal 261 137 205 0 56 31 37 514 42 65
Binary 10110001 1011111 10000101 0 101110 11001 11111 101001100 100010 110101

Color Harmonies of #B15F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F85

Black with #B15F85

Text Example


Text Example

White with #B15F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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