Html Css Color HEX #B86296 Mulberry

📋 copy color: '#B86296'

red 184 ◦ green 98 ◦ blue 150

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

Shades of Mulberry #B86296

Tints of Mulberry #B86296

RGB

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

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

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

R = 42.59%
G = 22.69%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B86296 (or 0xB86296) is known color: Mulberry. HEX triplet: B8, 62 and 96. RGB value is (184,98,150). Sum of RGB (Red+Green+Blue) = 184+98+150=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B86296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86296 is #479D69. Grayscale: #818181. Windows color (decimal): -4693354 or 9855672. OLE color: 9855672.

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

Color convert

RGB 184 98 150 -
CMYK 0 0.47 0.18 0.28
HSL 323.72º 0.38% 0.55% -
HSV(B) 323.72º 0.47% 0.72% -
XYZ 29.64 21.13 31.37 -
YUV 129.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 184 98 150 0 0.47 0.18 0.28 323.72 0.38 0.55
Hex B8 62 96 0 2F 12 1C 144 26 37
Octal 270 142 226 0 57 22 34 504 46 67
Binary 10111000 1100010 10010110 0 101111 10010 11100 101000100 100110 110111

Color Harmonies of #B86296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86296

Black with #B86296

Text Example


Text Example

White with #B86296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86296; }

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

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

background-color css

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

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

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

border-color css

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

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

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