Html Css Color HEX #B9509A Mulberry

📋 copy color: '#B9509A'

red 185 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #B9509A

Tints of Mulberry #B9509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 44.15%
G = 19.09%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9509A (or 0xB9509A) is known color: Mulberry. HEX triplet: B9, 50 and 9A. RGB value is (185,80,154). Sum of RGB (Red+Green+Blue) = 185+80+154=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509A is #46AF65. Grayscale: #777777. Windows color (decimal): -4632422 or 10113209. OLE color: 10113209.

HSL color Cylindrical-coordinate representation of color #B9509A: hue angle of 317.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9509A is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 154 -
CMYK 0 0.57 0.17 0.27
HSL 317.71º 0.43% 0.52% -
HSV(B) 317.71º 0.57% 0.73% -
XYZ 28.71 18.38 32.61 -
YUV 119.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 185 80 154 0 0.57 0.17 0.27 317.71 0.43 0.52
Hex B9 50 9A 0 39 11 1B 13E 2B 34
Octal 271 120 232 0 71 21 33 476 53 64
Binary 10111001 1010000 10011010 0 111001 10001 11011 100111110 101011 110100

Color Harmonies of #B9509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9509A

Black with #B9509A

Text Example


Text Example

White with #B9509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9509A; }

 p { color: rgb(185,80,154); }

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

background-color css

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

 a { background-color: rgb(185,80,154); }

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

border-color css

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

 span { border-color: rgb(185,80,154); }

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