Html Css Color HEX #B9458D Mulberry

📋 copy color: '#B9458D'

red 185 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #B9458D

Tints of Mulberry #B9458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

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

R = 46.84%
G = 17.47%
B = 35.7%

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

#B9458D (or 0xB9458D) is known color: Mulberry. HEX triplet: B9, 45 and 8D. RGB value is (185,69,141). Sum of RGB (Red+Green+Blue) = 185+69+141=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9458D is #46BA72. Grayscale: #6F6F6F. Windows color (decimal): -4635251 or 9258425. OLE color: 9258425.

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

Color convert

RGB 185 69 141 -
CMYK 0 0.63 0.24 0.27
HSL 322.76º 0.46% 0.5% -
HSV(B) 322.76º 0.63% 0.73% -
XYZ 26.94 16.49 26.96 -
YUV 111.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 185 69 141 0 0.63 0.24 0.27 322.76 0.46 0.5
Hex B9 45 8D 0 3F 18 1B 143 2E 32
Octal 271 105 215 0 77 30 33 503 56 62
Binary 10111001 1000101 10001101 0 111111 11000 11011 101000011 101110 110010

Color Harmonies of #B9458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9458D

Black with #B9458D

Text Example


Text Example

White with #B9458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9458D; }

 p { color: rgb(185,69,141); }

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

background-color css

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

 a { background-color: rgb(185,69,141); }

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

border-color css

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

 span { border-color: rgb(185,69,141); }

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