Html Css Color HEX #B56094 Mulberry

📋 copy color: '#B56094'

red 181 ◦ green 96 ◦ blue 148

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

Shades of Mulberry #B56094

Tints of Mulberry #B56094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 42.59%
G = 22.59%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B56094 (or 0xB56094) is known color: Mulberry. HEX triplet: B5, 60 and 94. RGB value is (181,96,148). Sum of RGB (Red+Green+Blue) = 181+96+148=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B56094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56094 is #4A9F6B. Grayscale: #7F7F7F. Windows color (decimal): -4890476 or 9724085. OLE color: 9724085.

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

Color convert

RGB 181 96 148 -
CMYK 0 0.47 0.18 0.29
HSL 323.29º 0.36% 0.54% -
HSV(B) 323.29º 0.47% 0.71% -
XYZ 28.58 20.33 30.43 -
YUV 127.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 181 96 148 0 0.47 0.18 0.29 323.29 0.36 0.54
Hex B5 60 94 0 2F 12 1D 143 24 36
Octal 265 140 224 0 57 22 35 503 44 66
Binary 10110101 1100000 10010100 0 101111 10010 11101 101000011 100100 110110

Color Harmonies of #B56094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56094

Black with #B56094

Text Example


Text Example

White with #B56094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56094; }

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

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

background-color css

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

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

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

border-color css

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

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

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