Html Css Color HEX #B9448C Mulberry

📋 copy color: '#B9448C'

red 185 ◦ green 68 ◦ blue 140

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

Shades of Mulberry #B9448C

Tints of Mulberry #B9448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 47.07%
G = 17.3%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9448C (or 0xB9448C) is known color: Mulberry. HEX triplet: B9, 44 and 8C. RGB value is (185,68,140). Sum of RGB (Red+Green+Blue) = 185+68+140=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9448C is #46BB73. Grayscale: #6F6F6F. Windows color (decimal): -4635508 or 9192633. OLE color: 9192633.

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

Color convert

RGB 185 68 140 -
CMYK 0 0.63 0.24 0.27
HSL 323.08º 0.46% 0.5% -
HSV(B) 323.08º 0.63% 0.73% -
XYZ 26.81 16.34 26.55 -
YUV 111.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 185 68 140 0 0.63 0.24 0.27 323.08 0.46 0.5
Hex B9 44 8C 0 3F 18 1B 143 2E 32
Octal 271 104 214 0 77 30 33 503 56 62
Binary 10111001 1000100 10001100 0 111111 11000 11011 101000011 101110 110010

Color Harmonies of #B9448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9448C

Black with #B9448C

Text Example


Text Example

White with #B9448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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