Html Css Color HEX #B9448A Mulberry

📋 copy color: '#B9448A'

red 185 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #B9448A

Tints of Mulberry #B9448A

RGB

 RED value IS 185 (72.66% from 255) = 47.31%

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

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

R = 47.31%
G = 17.39%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9448A (or 0xB9448A) is known color: Mulberry. HEX triplet: B9, 44 and 8A. RGB value is (185,68,138). Sum of RGB (Red+Green+Blue) = 185+68+138=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9448A is #46BB75. Grayscale: #6E6E6E. Windows color (decimal): -4635510 or 9061561. OLE color: 9061561.

HSL color Cylindrical-coordinate representation of color #B9448A: hue angle of 324.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9448A is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 138 -
CMYK 0 0.63 0.25 0.27
HSL 324.1º 0.46% 0.5% -
HSV(B) 324.1º 0.63% 0.73% -
XYZ 26.66 16.28 25.78 -
YUV 110.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 185 68 138 0 0.63 0.25 0.27 324.1 0.46 0.5
Hex B9 44 8A 0 3F 19 1B 144 2E 32
Octal 271 104 212 0 77 31 33 504 56 62
Binary 10111001 1000100 10001010 0 111111 11001 11011 101000100 101110 110010

Color Harmonies of #B9448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9448A

Black with #B9448A

Text Example


Text Example

White with #B9448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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