Html Css Color HEX #B95594 Mulberry

📋 copy color: '#B95594'

red 185 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #B95594

Tints of Mulberry #B95594

RGB

 RED value IS 185 (72.66% from 255) = 44.26%

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 44.26%
G = 20.33%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B95594 (or 0xB95594) is known color: Mulberry. HEX triplet: B9, 55 and 94. RGB value is (185,85,148). Sum of RGB (Red+Green+Blue) = 185+85+148=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95594 is #46AA6B. Grayscale: #797979. Windows color (decimal): -4631148 or 9721273. OLE color: 9721273.

HSL color Cylindrical-coordinate representation of color #B95594: hue angle of 322.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95594 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 148 -
CMYK 0 0.54 0.20 0.27
HSL 322.2º 0.42% 0.53% -
HSV(B) 322.2º 0.54% 0.73% -
XYZ 28.6 18.95 30.17 -
YUV 122.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 185 85 148 0 0.54 0.20 0.27 322.2 0.42 0.53
Hex B9 55 94 0 36 14 1B 142 2A 35
Octal 271 125 224 0 66 24 33 502 52 65
Binary 10111001 1010101 10010100 0 110110 10100 11011 101000010 101010 110101

Color Harmonies of #B95594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95594

Black with #B95594

Text Example


Text Example

White with #B95594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95594; }

 p { color: rgb(185,85,148); }

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

background-color css

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

 a { background-color: rgb(185,85,148); }

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

border-color css

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

 span { border-color: rgb(185,85,148); }

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