Html Css Color HEX #B85396 Mulberry

📋 copy color: '#B85396'

red 184 ◦ green 83 ◦ blue 150

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

Shades of Mulberry #B85396

Tints of Mulberry #B85396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 44.12%
G = 19.9%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B85396 (or 0xB85396) is known color: Mulberry. HEX triplet: B8, 53 and 96. RGB value is (184,83,150). Sum of RGB (Red+Green+Blue) = 184+83+150=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85396 is #47AC69. Grayscale: #787878. Windows color (decimal): -4697194 or 9851832. OLE color: 9851832.

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

Color convert

RGB 184 83 150 -
CMYK 0 0.55 0.18 0.28
HSL 320.2º 0.42% 0.52% -
HSV(B) 320.2º 0.55% 0.72% -
XYZ 28.37 18.58 30.95 -
YUV 120.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 184 83 150 0 0.55 0.18 0.28 320.2 0.42 0.52
Hex B8 53 96 0 37 12 1C 140 2A 34
Octal 270 123 226 0 67 22 34 500 52 64
Binary 10111000 1010011 10010110 0 110111 10010 11100 101000000 101010 110100

Color Harmonies of #B85396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85396

Black with #B85396

Text Example


Text Example

White with #B85396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85396; }

 p { color: rgb(184,83,150); }

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

background-color css

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

 a { background-color: rgb(184,83,150); }

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

border-color css

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

 span { border-color: rgb(184,83,150); }

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