Html Css Color HEX #B94295 Mulberry

📋 copy color: '#B94295'

red 185 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #B94295

Tints of Mulberry #B94295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

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

R = 46.25%
G = 16.5%
B = 37.25%

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

#B94295 (or 0xB94295) is known color: Mulberry. HEX triplet: B9, 42 and 95. RGB value is (185,66,149). Sum of RGB (Red+Green+Blue) = 185+66+149=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B94295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94295 is #46BD6A. Grayscale: #6E6E6E. Windows color (decimal): -4636011 or 9781945. OLE color: 9781945.

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

Color convert

RGB 185 66 149 -
CMYK 0 0.64 0.19 0.27
HSL 318.15º 0.47% 0.49% -
HSV(B) 318.15º 0.64% 0.73% -
XYZ 27.38 16.38 30.15 -
YUV 111.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 185 66 149 0 0.64 0.19 0.27 318.15 0.47 0.49
Hex B9 42 95 0 40 13 1B 13E 2F 31
Octal 271 102 225 0 100 23 33 476 57 61
Binary 10111001 1000010 10010101 0 1000000 10011 11011 100111110 101111 110001

Color Harmonies of #B94295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94295

Black with #B94295

Text Example


Text Example

White with #B94295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94295; }

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

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

background-color css

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

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

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

border-color css

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

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

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