Html Css Color HEX #B95E96 Mulberry

📋 copy color: '#B95E96'

red 185 ◦ green 94 ◦ blue 150

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

Shades of Mulberry #B95E96

Tints of Mulberry #B95E96

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 43.12%
G = 21.91%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95E96 (or 0xB95E96) is known color: Mulberry. HEX triplet: B9, 5E and 96. RGB value is (185,94,150). Sum of RGB (Red+Green+Blue) = 185+94+150=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E96 is #46A169. Grayscale: #7F7F7F. Windows color (decimal): -4628842 or 9854649. OLE color: 9854649.

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

Color convert

RGB 185 94 150 -
CMYK 0 0.49 0.19 0.27
HSL 323.08º 0.39% 0.55% -
HSV(B) 323.08º 0.49% 0.73% -
XYZ 29.52 20.52 31.26 -
YUV 127.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 185 94 150 0 0.49 0.19 0.27 323.08 0.39 0.55
Hex B9 5E 96 0 31 13 1B 143 27 37
Octal 271 136 226 0 61 23 33 503 47 67
Binary 10111001 1011110 10010110 0 110001 10011 11011 101000011 100111 110111

Color Harmonies of #B95E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E96

Black with #B95E96

Text Example


Text Example

White with #B95E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E96; }

 p { color: rgb(185,94,150); }

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

background-color css

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

 a { background-color: rgb(185,94,150); }

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

border-color css

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

 span { border-color: rgb(185,94,150); }

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