Html Css Color HEX #B94396 Mulberry

📋 copy color: '#B94396'

red 185 ◦ green 67 ◦ blue 150

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

Shades of Mulberry #B94396

Tints of Mulberry #B94396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

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

R = 46.02%
G = 16.67%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B94396 (or 0xB94396) is known color: Mulberry. HEX triplet: B9, 43 and 96. RGB value is (185,67,150). Sum of RGB (Red+Green+Blue) = 185+67+150=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B94396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94396 is #46BC69. Grayscale: #6F6F6F. Windows color (decimal): -4635754 or 9847737. OLE color: 9847737.

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

Color convert

RGB 185 67 150 -
CMYK 0 0.64 0.19 0.27
HSL 317.8º 0.47% 0.49% -
HSV(B) 317.8º 0.64% 0.73% -
XYZ 27.52 16.53 30.59 -
YUV 111.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 185 67 150 0 0.64 0.19 0.27 317.8 0.47 0.49
Hex B9 43 96 0 40 13 1B 13E 2F 31
Octal 271 103 226 0 100 23 33 476 57 61
Binary 10111001 1000011 10010110 0 1000000 10011 11011 100111110 101111 110001

Color Harmonies of #B94396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94396

Black with #B94396

Text Example


Text Example

White with #B94396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94396; }

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

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

background-color css

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

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

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

border-color css

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

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

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