Html Css Color HEX #B6448A Mulberry

📋 copy color: '#B6448A'

red 182 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #B6448A

Tints of Mulberry #B6448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 46.91%
G = 17.53%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6448A (or 0xB6448A) is known color: Mulberry. HEX triplet: B6, 44 and 8A. RGB value is (182,68,138). Sum of RGB (Red+Green+Blue) = 182+68+138=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6448A is #49BB75. Grayscale: #6D6D6D. Windows color (decimal): -4832118 or 9061558. OLE color: 9061558.

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

Color convert

RGB 182 68 138 -
CMYK 0 0.63 0.24 0.29
HSL 323.16º 0.46% 0.49% -
HSV(B) 323.16º 0.63% 0.71% -
XYZ 25.95 15.91 25.75 -
YUV 110.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 182 68 138 0 0.63 0.24 0.29 323.16 0.46 0.49
Hex B6 44 8A 0 3F 18 1D 143 2E 31
Octal 266 104 212 0 77 30 35 503 56 61
Binary 10110110 1000100 10001010 0 111111 11000 11101 101000011 101110 110001

Color Harmonies of #B6448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6448A

Black with #B6448A

Text Example


Text Example

White with #B6448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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