Html Css Color HEX #B86295 Mulberry

📋 copy color: '#B86295'

red 184 ◦ green 98 ◦ blue 149

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

Shades of Mulberry #B86295

Tints of Mulberry #B86295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 42.69%
G = 22.74%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B86295 (or 0xB86295) is known color: Mulberry. HEX triplet: B8, 62 and 95. RGB value is (184,98,149). Sum of RGB (Red+Green+Blue) = 184+98+149=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B86295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86295 is #479D6A. Grayscale: #818181. Windows color (decimal): -4693355 or 9790136. OLE color: 9790136.

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

Color convert

RGB 184 98 149 -
CMYK 0 0.47 0.19 0.28
HSL 324.42º 0.38% 0.55% -
HSV(B) 324.42º 0.47% 0.72% -
XYZ 29.56 21.1 30.95 -
YUV 129.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 184 98 149 0 0.47 0.19 0.28 324.42 0.38 0.55
Hex B8 62 95 0 2F 13 1C 144 26 37
Octal 270 142 225 0 57 23 34 504 46 67
Binary 10111000 1100010 10010101 0 101111 10011 11100 101000100 100110 110111

Color Harmonies of #B86295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86295

Black with #B86295

Text Example


Text Example

White with #B86295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86295; }

 p { color: rgb(184,98,149); }

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

background-color css

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

 a { background-color: rgb(184,98,149); }

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

border-color css

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

 span { border-color: rgb(184,98,149); }

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