Html Css Color HEX #B84296 Mulberry

📋 copy color: '#B84296'

red 184 ◦ green 66 ◦ blue 150

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

Shades of Mulberry #B84296

Tints of Mulberry #B84296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

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

R = 46%
G = 16.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B84296 (or 0xB84296) is known color: Mulberry. HEX triplet: B8, 42 and 96. RGB value is (184,66,150). Sum of RGB (Red+Green+Blue) = 184+66+150=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B84296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84296 is #47BD69. Grayscale: #6E6E6E. Windows color (decimal): -4701546 or 9847480. OLE color: 9847480.

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

Color convert

RGB 184 66 150 -
CMYK 0 0.64 0.18 0.28
HSL 317.29º 0.47% 0.49% -
HSV(B) 317.29º 0.64% 0.72% -
XYZ 27.22 16.29 30.56 -
YUV 110.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 184 66 150 0 0.64 0.18 0.28 317.29 0.47 0.49
Hex B8 42 96 0 40 12 1C 13D 2F 31
Octal 270 102 226 0 100 22 34 475 57 61
Binary 10111000 1000010 10010110 0 1000000 10010 11100 100111101 101111 110001

Color Harmonies of #B84296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84296

Black with #B84296

Text Example


Text Example

White with #B84296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84296; }

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

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

background-color css

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

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

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

border-color css

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

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

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