Html Css Color HEX #B15F8E Mulberry

📋 copy color: '#B15F8E'

red 177 ◦ green 95 ◦ blue 142

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

Shades of Mulberry #B15F8E

Tints of Mulberry #B15F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 42.75%
G = 22.95%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B15F8E (or 0xB15F8E) is known color: Mulberry. HEX triplet: B1, 5F and 8E. RGB value is (177,95,142). Sum of RGB (Red+Green+Blue) = 177+95+142=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F8E is #4EA071. Grayscale: #7C7C7C. Windows color (decimal): -5152882 or 9330609. OLE color: 9330609.

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

Color convert

RGB 177 95 142 -
CMYK 0 0.46 0.20 0.31
HSL 325.61º 0.34% 0.53% -
HSV(B) 325.61º 0.46% 0.69% -
XYZ 27.11 19.48 27.92 -
YUV 124.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 177 95 142 0 0.46 0.20 0.31 325.61 0.34 0.53
Hex B1 5F 8E 0 2E 14 1F 146 22 35
Octal 261 137 216 0 56 24 37 506 42 65
Binary 10110001 1011111 10001110 0 101110 10100 11111 101000110 100010 110101

Color Harmonies of #B15F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F8E

Black with #B15F8E

Text Example


Text Example

White with #B15F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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