Html Css Color HEX #B9509F Mulberry

📋 copy color: '#B9509F'

red 185 ◦ green 80 ◦ blue 159

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

Shades of Mulberry #B9509F

Tints of Mulberry #B9509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 43.63%
G = 18.87%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9509F (or 0xB9509F) is known color: Mulberry. HEX triplet: B9, 50 and 9F. RGB value is (185,80,159). Sum of RGB (Red+Green+Blue) = 185+80+159=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509F is #46AF60. Grayscale: #787878. Windows color (decimal): -4632417 or 10440889. OLE color: 10440889.

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

Color convert

RGB 185 80 159 -
CMYK 0 0.57 0.14 0.27
HSL 314.86º 0.43% 0.52% -
HSV(B) 314.86º 0.57% 0.73% -
XYZ 29.13 18.55 34.85 -
YUV 120.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 185 80 159 0 0.57 0.14 0.27 314.86 0.43 0.52
Hex B9 50 9F 0 39 E 1B 13B 2B 34
Octal 271 120 237 0 71 16 33 473 53 64
Binary 10111001 1010000 10011111 0 111001 1110 11011 100111011 101011 110100

Color Harmonies of #B9509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9509F

Black with #B9509F

Text Example


Text Example

White with #B9509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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