Html Css Color HEX #B95995 Mulberry

📋 copy color: '#B95995'

red 185 ◦ green 89 ◦ blue 149

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

Shades of Mulberry #B95995

Tints of Mulberry #B95995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 43.74%
G = 21.04%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95995 (or 0xB95995) is known color: Mulberry. HEX triplet: B9, 59 and 95. RGB value is (185,89,149). Sum of RGB (Red+Green+Blue) = 185+89+149=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95995 is #46A66A. Grayscale: #7C7C7C. Windows color (decimal): -4630123 or 9787833. OLE color: 9787833.

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

Color convert

RGB 185 89 149 -
CMYK 0 0.52 0.19 0.27
HSL 322.5º 0.41% 0.54% -
HSV(B) 322.5º 0.52% 0.73% -
XYZ 29 19.63 30.69 -
YUV 124.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 185 89 149 0 0.52 0.19 0.27 322.5 0.41 0.54
Hex B9 59 95 0 34 13 1B 142 29 36
Octal 271 131 225 0 64 23 33 502 51 66
Binary 10111001 1011001 10010101 0 110100 10011 11011 101000010 101001 110110

Color Harmonies of #B95995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95995

Black with #B95995

Text Example


Text Example

White with #B95995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95995; }

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

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

background-color css

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

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

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

border-color css

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

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

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