Html Css Color HEX #B56091 Mulberry

📋 copy color: '#B56091'

red 181 ◦ green 96 ◦ blue 145

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

Shades of Mulberry #B56091

Tints of Mulberry #B56091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 42.89%
G = 22.75%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56091 (or 0xB56091) is known color: Mulberry. HEX triplet: B5, 60 and 91. RGB value is (181,96,145). Sum of RGB (Red+Green+Blue) = 181+96+145=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B56091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56091 is #4A9F6E. Grayscale: #7E7E7E. Windows color (decimal): -4890479 or 9527477. OLE color: 9527477.

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

Color convert

RGB 181 96 145 -
CMYK 0 0.47 0.20 0.29
HSL 325.41º 0.36% 0.54% -
HSV(B) 325.41º 0.47% 0.71% -
XYZ 28.35 20.23 29.2 -
YUV 127 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 181 96 145 0 0.47 0.20 0.29 325.41 0.36 0.54
Hex B5 60 91 0 2F 14 1D 145 24 36
Octal 265 140 221 0 57 24 35 505 44 66
Binary 10110101 1100000 10010001 0 101111 10100 11101 101000101 100100 110110

Color Harmonies of #B56091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56091

Black with #B56091

Text Example


Text Example

White with #B56091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56091; }

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

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

background-color css

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

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

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

border-color css

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

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

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