Html Css Color HEX #B95990 Mulberry

📋 copy color: '#B95990'

red 185 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #B95990

Tints of Mulberry #B95990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.29%

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

R = 44.26%
G = 21.29%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B95990 (or 0xB95990) is known color: Mulberry. HEX triplet: B9, 59 and 90. RGB value is (185,89,144). Sum of RGB (Red+Green+Blue) = 185+89+144=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95990 is #46A66F. Grayscale: #7B7B7B. Windows color (decimal): -4630128 or 9460153. OLE color: 9460153.

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

Color convert

RGB 185 89 144 -
CMYK 0 0.52 0.22 0.27
HSL 325.63º 0.41% 0.54% -
HSV(B) 325.63º 0.52% 0.73% -
XYZ 28.61 19.47 28.64 -
YUV 123.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 185 89 144 0 0.52 0.22 0.27 325.63 0.41 0.54
Hex B9 59 90 0 34 16 1B 146 29 36
Octal 271 131 220 0 64 26 33 506 51 66
Binary 10111001 1011001 10010000 0 110100 10110 11011 101000110 101001 110110

Color Harmonies of #B95990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95990

Black with #B95990

Text Example


Text Example

White with #B95990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95990; }

 p { color: rgb(185,89,144); }

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

background-color css

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

 a { background-color: rgb(185,89,144); }

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

border-color css

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

 span { border-color: rgb(185,89,144); }

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