Html Css Color HEX #B85492 Mulberry

📋 copy color: '#B85492'

red 184 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #B85492

Tints of Mulberry #B85492

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

 GREEN value IS 84 (33.2% from 255) = 20.29%

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

R = 44.44%
G = 20.29%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B85492 (or 0xB85492) is known color: Mulberry. HEX triplet: B8, 54 and 92. RGB value is (184,84,146). Sum of RGB (Red+Green+Blue) = 184+84+146=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B85492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85492 is #47AB6D. Grayscale: #787878. Windows color (decimal): -4696942 or 9589944. OLE color: 9589944.

HSL color Cylindrical-coordinate representation of color #B85492: hue angle of 322.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85492 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 146 -
CMYK 0 0.54 0.21 0.28
HSL 322.8º 0.41% 0.53% -
HSV(B) 322.8º 0.54% 0.72% -
XYZ 28.13 18.61 29.3 -
YUV 120.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 184 84 146 0 0.54 0.21 0.28 322.8 0.41 0.53
Hex B8 54 92 0 36 15 1C 143 29 35
Octal 270 124 222 0 66 25 34 503 51 65
Binary 10111000 1010100 10010010 0 110110 10101 11100 101000011 101001 110101

Color Harmonies of #B85492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85492

Black with #B85492

Text Example


Text Example

White with #B85492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85492; }

 p { color: rgb(184,84,146); }

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

background-color css

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

 a { background-color: rgb(184,84,146); }

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

border-color css

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

 span { border-color: rgb(184,84,146); }

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