Html Css Color HEX #B56396 Mulberry

📋 copy color: '#B56396'

red 181 ◦ green 99 ◦ blue 150

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

Shades of Mulberry #B56396

Tints of Mulberry #B56396

RGB

 RED value IS 181 (71.09% from 255) = 42.09%

 GREEN value IS 99 (39.06% from 255) = 23.02%

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

R = 42.09%
G = 23.02%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B56396 (or 0xB56396) is known color: Mulberry. HEX triplet: B5, 63 and 96. RGB value is (181,99,150). Sum of RGB (Red+Green+Blue) = 181+99+150=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B56396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56396 is #4A9C69. Grayscale: #818181. Windows color (decimal): -4889706 or 9855925. OLE color: 9855925.

HSL color Cylindrical-coordinate representation of color #B56396: hue angle of 322.68º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56396 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 150 -
CMYK 0 0.45 0.17 0.29
HSL 322.68º 0.36% 0.55% -
HSV(B) 322.68º 0.45% 0.71% -
XYZ 29.02 20.95 31.37 -
YUV 129.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 181 99 150 0 0.45 0.17 0.29 322.68 0.36 0.55
Hex B5 63 96 0 2D 11 1D 143 24 37
Octal 265 143 226 0 55 21 35 503 44 67
Binary 10110101 1100011 10010110 0 101101 10001 11101 101000011 100100 110111

Color Harmonies of #B56396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56396

Black with #B56396

Text Example


Text Example

White with #B56396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56396; }

 p { color: rgb(181,99,150); }

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

background-color css

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

 a { background-color: rgb(181,99,150); }

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

border-color css

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

 span { border-color: rgb(181,99,150); }

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