Html Css Color HEX #B15F90 Mulberry

📋 copy color: '#B15F90'

red 177 ◦ green 95 ◦ blue 144

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

Shades of Mulberry #B15F90

Tints of Mulberry #B15F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 42.55%
G = 22.84%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B15F90 (or 0xB15F90) is known color: Mulberry. HEX triplet: B1, 5F and 90. RGB value is (177,95,144). Sum of RGB (Red+Green+Blue) = 177+95+144=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F90 is #4EA06F. Grayscale: #7C7C7C. Windows color (decimal): -5152880 or 9461681. OLE color: 9461681.

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

Color convert

RGB 177 95 144 -
CMYK 0 0.46 0.19 0.31
HSL 324.15º 0.34% 0.53% -
HSV(B) 324.15º 0.46% 0.69% -
XYZ 27.26 19.55 28.72 -
YUV 125.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 177 95 144 0 0.46 0.19 0.31 324.15 0.34 0.53
Hex B1 5F 90 0 2E 13 1F 144 22 35
Octal 261 137 220 0 56 23 37 504 42 65
Binary 10110001 1011111 10010000 0 101110 10011 11111 101000100 100010 110101

Color Harmonies of #B15F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F90

Black with #B15F90

Text Example


Text Example

White with #B15F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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