Html Css Color HEX #B94A82 Mulberry

📋 copy color: '#B94A82'

red 185 ◦ green 74 ◦ blue 130

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

Shades of Mulberry #B94A82

Tints of Mulberry #B94A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 47.56%
G = 19.02%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B94A82 (or 0xB94A82) is known color: Mulberry. HEX triplet: B9, 4A and 82. RGB value is (185,74,130). Sum of RGB (Red+Green+Blue) = 185+74+130=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A82 is #46B57D. Grayscale: #717171. Windows color (decimal): -4633982 or 8538809. OLE color: 8538809.

HSL color Cylindrical-coordinate representation of color #B94A82: hue angle of 329.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A82 is Cyan = 0, Magento = 0.6, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 130 -
CMYK 0 0.6 0.30 0.27
HSL 329.73º 0.44% 0.51% -
HSV(B) 329.73º 0.6% 0.73% -
XYZ 26.49 16.82 22.97 -
YUV 113.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 185 74 130 0 0.6 0.30 0.27 329.73 0.44 0.51
Hex B9 4A 82 0 3C 1E 1B 14A 2C 33
Octal 271 112 202 0 74 36 33 512 54 63
Binary 10111001 1001010 10000010 0 111100 11110 11011 101001010 101100 110011

Color Harmonies of #B94A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A82

Black with #B94A82

Text Example


Text Example

White with #B94A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A82; }

 p { color: rgb(185,74,130); }

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

background-color css

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

 a { background-color: rgb(185,74,130); }

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

border-color css

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

 span { border-color: rgb(185,74,130); }

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