Html Css Color HEX #B85192 Mulberry

📋 copy color: '#B85192'

red 184 ◦ green 81 ◦ blue 146

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

Shades of Mulberry #B85192

Tints of Mulberry #B85192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

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

R = 44.77%
G = 19.71%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B85192 (or 0xB85192) is known color: Mulberry. HEX triplet: B8, 51 and 92. RGB value is (184,81,146). Sum of RGB (Red+Green+Blue) = 184+81+146=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B85192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85192 is #47AE6D. Grayscale: #777777. Windows color (decimal): -4697710 or 9589176. OLE color: 9589176.

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

Color convert

RGB 184 81 146 -
CMYK 0 0.56 0.21 0.28
HSL 322.14º 0.42% 0.52% -
HSV(B) 322.14º 0.56% 0.72% -
XYZ 27.9 18.15 29.23 -
YUV 119.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 184 81 146 0 0.56 0.21 0.28 322.14 0.42 0.52
Hex B8 51 92 0 38 15 1C 142 2A 34
Octal 270 121 222 0 70 25 34 502 52 64
Binary 10111000 1010001 10010010 0 111000 10101 11100 101000010 101010 110100

Color Harmonies of #B85192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85192

Black with #B85192

Text Example


Text Example

White with #B85192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85192; }

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

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

background-color css

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

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

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

border-color css

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

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

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