Html Css Color HEX #B56295 Mulberry

📋 copy color: '#B56295'

red 181 ◦ green 98 ◦ blue 149

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

Shades of Mulberry #B56295

Tints of Mulberry #B56295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 42.29%
G = 22.9%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B56295 (or 0xB56295) is known color: Mulberry. HEX triplet: B5, 62 and 95. RGB value is (181,98,149). Sum of RGB (Red+Green+Blue) = 181+98+149=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56295 is #4A9D6A. Grayscale: #808080. Windows color (decimal): -4889963 or 9790133. OLE color: 9790133.

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

Color convert

RGB 181 98 149 -
CMYK 0 0.46 0.18 0.29
HSL 323.13º 0.36% 0.55% -
HSV(B) 323.13º 0.46% 0.71% -
XYZ 28.85 20.73 30.91 -
YUV 128.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 181 98 149 0 0.46 0.18 0.29 323.13 0.36 0.55
Hex B5 62 95 0 2E 12 1D 143 24 37
Octal 265 142 225 0 56 22 35 503 44 67
Binary 10110101 1100010 10010101 0 101110 10010 11101 101000011 100100 110111

Color Harmonies of #B56295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56295

Black with #B56295

Text Example


Text Example

White with #B56295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56295; }

 p { color: rgb(181,98,149); }

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

background-color css

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

 a { background-color: rgb(181,98,149); }

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

border-color css

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

 span { border-color: rgb(181,98,149); }

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