Html Css Color HEX #B94795 Mulberry

📋 copy color: '#B94795'

red 185 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #B94795

Tints of Mulberry #B94795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.53%

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

R = 45.68%
G = 17.53%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B94795 (or 0xB94795) is known color: Mulberry. HEX triplet: B9, 47 and 95. RGB value is (185,71,149). Sum of RGB (Red+Green+Blue) = 185+71+149=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B94795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94795 is #46B86A. Grayscale: #717171. Windows color (decimal): -4634731 or 9783225. OLE color: 9783225.

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

Color convert

RGB 185 71 149 -
CMYK 0 0.62 0.19 0.27
HSL 318.95º 0.45% 0.5% -
HSV(B) 318.95º 0.62% 0.73% -
XYZ 27.69 16.99 30.25 -
YUV 113.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 185 71 149 0 0.62 0.19 0.27 318.95 0.45 0.5
Hex B9 47 95 0 3E 13 1B 13F 2D 32
Octal 271 107 225 0 76 23 33 477 55 62
Binary 10111001 1000111 10010101 0 111110 10011 11011 100111111 101101 110010

Color Harmonies of #B94795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94795

Black with #B94795

Text Example


Text Example

White with #B94795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94795; }

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

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

background-color css

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

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

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

border-color css

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

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

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