Html Css Color HEX #B15A92 Mulberry

📋 copy color: '#B15A92'

red 177 ◦ green 90 ◦ blue 146

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

Shades of Mulberry #B15A92

Tints of Mulberry #B15A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

 BLUE value IS 146 (57.42% from 255) = 35.35%

R = 42.86%
G = 21.79%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B15A92 (or 0xB15A92) is known color: Mulberry. HEX triplet: B1, 5A and 92. RGB value is (177,90,146). Sum of RGB (Red+Green+Blue) = 177+90+146=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A92 is #4EA56D. Grayscale: #7A7A7A. Windows color (decimal): -5154158 or 9591473. OLE color: 9591473.

HSL color Cylindrical-coordinate representation of color #B15A92: hue angle of 321.38º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A92 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 90 146 -
CMYK 0 0.49 0.18 0.31
HSL 321.38º 0.36% 0.52% -
HSV(B) 321.38º 0.49% 0.69% -
XYZ 26.98 18.73 29.39 -
YUV 122.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 177 90 146 0 0.49 0.18 0.31 321.38 0.36 0.52
Hex B1 5A 92 0 31 12 1F 141 24 34
Octal 261 132 222 0 61 22 37 501 44 64
Binary 10110001 1011010 10010010 0 110001 10010 11111 101000001 100100 110100

Color Harmonies of #B15A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A92

Black with #B15A92

Text Example


Text Example

White with #B15A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A92; }

 p { color: rgb(177,90,146); }

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

background-color css

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

 a { background-color: rgb(177,90,146); }

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

border-color css

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

 span { border-color: rgb(177,90,146); }

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