Html Css Color HEX #B85097 Mulberry

📋 copy color: '#B85097'

red 184 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #B85097

Tints of Mulberry #B85097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

 BLUE value IS 151 (59.38% from 255) = 36.39%

R = 44.34%
G = 19.28%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B85097 (or 0xB85097) is known color: Mulberry. HEX triplet: B8, 50 and 97. RGB value is (184,80,151). Sum of RGB (Red+Green+Blue) = 184+80+151=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B85097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85097 is #47AF68. Grayscale: #777777. Windows color (decimal): -4697961 or 9916600. OLE color: 9916600.

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

Color convert

RGB 184 80 151 -
CMYK 0 0.57 0.18 0.28
HSL 319.04º 0.42% 0.52% -
HSV(B) 319.04º 0.57% 0.72% -
XYZ 28.22 18.16 31.3 -
YUV 119.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 184 80 151 0 0.57 0.18 0.28 319.04 0.42 0.52
Hex B8 50 97 0 39 12 1C 13F 2A 34
Octal 270 120 227 0 71 22 34 477 52 64
Binary 10111000 1010000 10010111 0 111001 10010 11100 100111111 101010 110100

Color Harmonies of #B85097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85097

Black with #B85097

Text Example


Text Example

White with #B85097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85097; }

 p { color: rgb(184,80,151); }

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

background-color css

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

 a { background-color: rgb(184,80,151); }

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

border-color css

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

 span { border-color: rgb(184,80,151); }

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