Html Css Color HEX #B95095 Mulberry

📋 copy color: '#B95095'

red 185 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #B95095

Tints of Mulberry #B95095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 44.69%
G = 19.32%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95095 (or 0xB95095) is known color: Mulberry. HEX triplet: B9, 50 and 95. RGB value is (185,80,149). Sum of RGB (Red+Green+Blue) = 185+80+149=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B95095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95095 is #46AF6A. Grayscale: #777777. Windows color (decimal): -4632427 or 9785529. OLE color: 9785529.

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

Color convert

RGB 185 80 149 -
CMYK 0 0.57 0.19 0.27
HSL 320.57º 0.43% 0.52% -
HSV(B) 320.57º 0.57% 0.73% -
XYZ 28.3 18.22 30.46 -
YUV 119.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 185 80 149 0 0.57 0.19 0.27 320.57 0.43 0.52
Hex B9 50 95 0 39 13 1B 141 2B 34
Octal 271 120 225 0 71 23 33 501 53 64
Binary 10111001 1010000 10010101 0 111001 10011 11011 101000001 101011 110100

Color Harmonies of #B95095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95095

Black with #B95095

Text Example


Text Example

White with #B95095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95095; }

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

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

background-color css

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

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

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

border-color css

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

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

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