Html Css Color HEX #B85697 Mulberry

📋 copy color: '#B85697'

red 184 ◦ green 86 ◦ blue 151

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

Shades of Mulberry #B85697

Tints of Mulberry #B85697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.43%

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

R = 43.71%
G = 20.43%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B85697 (or 0xB85697) is known color: Mulberry. HEX triplet: B8, 56 and 97. RGB value is (184,86,151). Sum of RGB (Red+Green+Blue) = 184+86+151=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B85697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85697 is #47A968. Grayscale: #7A7A7A. Windows color (decimal): -4696425 or 9918136. OLE color: 9918136.

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

Color convert

RGB 184 86 151 -
CMYK 0 0.53 0.18 0.28
HSL 320.2º 0.41% 0.53% -
HSV(B) 320.2º 0.53% 0.72% -
XYZ 28.68 19.08 31.45 -
YUV 122.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 184 86 151 0 0.53 0.18 0.28 320.2 0.41 0.53
Hex B8 56 97 0 35 12 1C 140 29 35
Octal 270 126 227 0 65 22 34 500 51 65
Binary 10111000 1010110 10010111 0 110101 10010 11100 101000000 101001 110101

Color Harmonies of #B85697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85697

Black with #B85697

Text Example


Text Example

White with #B85697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85697; }

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

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

background-color css

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

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

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

border-color css

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

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

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