Html Css Color HEX #B6448D Mulberry

📋 copy color: '#B6448D'

red 182 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #B6448D

Tints of Mulberry #B6448D

RGB

 RED value IS 182 (71.48% from 255) = 46.55%

 GREEN value IS 68 (26.95% from 255) = 17.39%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 46.55%
G = 17.39%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6448D (or 0xB6448D) is known color: Mulberry. HEX triplet: B6, 44 and 8D. RGB value is (182,68,141). Sum of RGB (Red+Green+Blue) = 182+68+141=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6448D is #49BB72. Grayscale: #6E6E6E. Windows color (decimal): -4832115 or 9258166. OLE color: 9258166.

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

Color convert

RGB 182 68 141 -
CMYK 0 0.63 0.23 0.29
HSL 321.58º 0.46% 0.49% -
HSV(B) 321.58º 0.63% 0.71% -
XYZ 26.17 16 26.91 -
YUV 110.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 182 68 141 0 0.63 0.23 0.29 321.58 0.46 0.49
Hex B6 44 8D 0 3F 17 1D 142 2E 31
Octal 266 104 215 0 77 27 35 502 56 61
Binary 10110110 1000100 10001101 0 111111 10111 11101 101000010 101110 110001

Color Harmonies of #B6448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6448D

Black with #B6448D

Text Example


Text Example

White with #B6448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6448D; }

 p { color: rgb(182,68,141); }

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

background-color css

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

 a { background-color: rgb(182,68,141); }

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

border-color css

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

 span { border-color: rgb(182,68,141); }

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