Html Css Color HEX #B94792 Mulberry

📋 copy color: '#B94792'

red 185 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #B94792

Tints of Mulberry #B94792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 46.02%
G = 17.66%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B94792 (or 0xB94792) is known color: Mulberry. HEX triplet: B9, 47 and 92. RGB value is (185,71,146). Sum of RGB (Red+Green+Blue) = 185+71+146=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B94792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94792 is #46B86D. Grayscale: #717171. Windows color (decimal): -4634734 or 9586617. OLE color: 9586617.

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

Color convert

RGB 185 71 146 -
CMYK 0 0.62 0.21 0.27
HSL 320.53º 0.45% 0.5% -
HSV(B) 320.53º 0.62% 0.73% -
XYZ 27.45 16.9 29.01 -
YUV 113.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 185 71 146 0 0.62 0.21 0.27 320.53 0.45 0.5
Hex B9 47 92 0 3E 15 1B 141 2D 32
Octal 271 107 222 0 76 25 33 501 55 62
Binary 10111001 1000111 10010010 0 111110 10101 11011 101000001 101101 110010

Color Harmonies of #B94792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94792

Black with #B94792

Text Example


Text Example

White with #B94792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94792; }

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

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

background-color css

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

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

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

border-color css

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

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

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