Html Css Color HEX #B56096 Mulberry

📋 copy color: '#B56096'

red 181 ◦ green 96 ◦ blue 150

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

Shades of Mulberry #B56096

Tints of Mulberry #B56096

RGB

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

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

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

R = 42.39%
G = 22.48%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B56096 (or 0xB56096) is known color: Mulberry. HEX triplet: B5, 60 and 96. RGB value is (181,96,150). Sum of RGB (Red+Green+Blue) = 181+96+150=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56096 is #4A9F69. Grayscale: #7F7F7F. Windows color (decimal): -4890474 or 9855157. OLE color: 9855157.

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

Color convert

RGB 181 96 150 -
CMYK 0 0.47 0.17 0.29
HSL 321.88º 0.36% 0.54% -
HSV(B) 321.88º 0.47% 0.71% -
XYZ 28.74 20.39 31.28 -
YUV 127.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 181 96 150 0 0.47 0.17 0.29 321.88 0.36 0.54
Hex B5 60 96 0 2F 11 1D 142 24 36
Octal 265 140 226 0 57 21 35 502 44 66
Binary 10110101 1100000 10010110 0 101111 10001 11101 101000010 100100 110110

Color Harmonies of #B56096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56096

Black with #B56096

Text Example


Text Example

White with #B56096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56096; }

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

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

background-color css

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

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

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

border-color css

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

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

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