Html Css Color HEX #B86090 Mulberry

📋 copy color: '#B86090'

red 184 ◦ green 96 ◦ blue 144

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

Shades of Mulberry #B86090

Tints of Mulberry #B86090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 43.4%
G = 22.64%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B86090 (or 0xB86090) is known color: Mulberry. HEX triplet: B8, 60 and 90. RGB value is (184,96,144). Sum of RGB (Red+Green+Blue) = 184+96+144=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B86090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86090 is #479F6F. Grayscale: #7F7F7F. Windows color (decimal): -4693872 or 9461944. OLE color: 9461944.

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

Color convert

RGB 184 96 144 -
CMYK 0 0.48 0.22 0.28
HSL 327.27º 0.38% 0.55% -
HSV(B) 327.27º 0.48% 0.72% -
XYZ 28.98 20.57 28.83 -
YUV 127.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 184 96 144 0 0.48 0.22 0.28 327.27 0.38 0.55
Hex B8 60 90 0 30 16 1C 147 26 37
Octal 270 140 220 0 60 26 34 507 46 67
Binary 10111000 1100000 10010000 0 110000 10110 11100 101000111 100110 110111

Color Harmonies of #B86090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86090

Black with #B86090

Text Example


Text Example

White with #B86090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86090; }

 p { color: rgb(184,96,144); }

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

background-color css

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

 a { background-color: rgb(184,96,144); }

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

border-color css

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

 span { border-color: rgb(184,96,144); }

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