Html Css Color HEX #B9609B Mulberry

📋 copy color: '#B9609B'

red 185 ◦ green 96 ◦ blue 155

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

Shades of Mulberry #B9609B

Tints of Mulberry #B9609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.02%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 42.43%
G = 22.02%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9609B (or 0xB9609B) is known color: Mulberry. HEX triplet: B9, 60 and 9B. RGB value is (185,96,155). Sum of RGB (Red+Green+Blue) = 185+96+155=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9609B is #469F64. Grayscale: #818181. Windows color (decimal): -4628325 or 10182841. OLE color: 10182841.

HSL color Cylindrical-coordinate representation of color #B9609B: hue angle of 320.22º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9609B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 155 -
CMYK 0 0.48 0.16 0.27
HSL 320.22º 0.39% 0.55% -
HSV(B) 320.22º 0.48% 0.73% -
XYZ 30.11 21.05 33.49 -
YUV 129.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 185 96 155 0 0.48 0.16 0.27 320.22 0.39 0.55
Hex B9 60 9B 0 30 10 1B 140 27 37
Octal 271 140 233 0 60 20 33 500 47 67
Binary 10111001 1100000 10011011 0 110000 10000 11011 101000000 100111 110111

Color Harmonies of #B9609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9609B

Black with #B9609B

Text Example


Text Example

White with #B9609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9609B; }

 p { color: rgb(185,96,155); }

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

background-color css

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

 a { background-color: rgb(185,96,155); }

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

border-color css

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

 span { border-color: rgb(185,96,155); }

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