Html Css Color HEX #B85296 Mulberry

📋 copy color: '#B85296'

red 184 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #B85296

Tints of Mulberry #B85296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

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

R = 44.23%
G = 19.71%
B = 36.06%

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

#B85296 (or 0xB85296) is known color: Mulberry. HEX triplet: B8, 52 and 96. RGB value is (184,82,150). Sum of RGB (Red+Green+Blue) = 184+82+150=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B85296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85296 is #47AD69. Grayscale: #787878. Windows color (decimal): -4697450 or 9851576. OLE color: 9851576.

HSL color Cylindrical-coordinate representation of color #B85296: hue angle of 320º 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 #B85296 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 150 -
CMYK 0 0.55 0.18 0.28
HSL 320º 0.42% 0.52% -
HSV(B) 320º 0.55% 0.72% -
XYZ 28.29 18.43 30.92 -
YUV 120.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 184 82 150 0 0.55 0.18 0.28 320 0.42 0.52
Hex B8 52 96 0 37 12 1C 140 2A 34
Octal 270 122 226 0 67 22 34 500 52 64
Binary 10111000 1010010 10010110 0 110111 10010 11100 101000000 101010 110100

Color Harmonies of #B85296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85296

Black with #B85296

Text Example


Text Example

White with #B85296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85296; }

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

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

background-color css

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

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

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

border-color css

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

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

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