Html Css Color HEX #B9609A Mulberry

📋 copy color: '#B9609A'

red 185 ◦ green 96 ◦ blue 154

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

Shades of Mulberry #B9609A

Tints of Mulberry #B9609A

RGB

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

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

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

R = 42.53%
G = 22.07%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9609A (or 0xB9609A) is known color: Mulberry. HEX triplet: B9, 60 and 9A. RGB value is (185,96,154). Sum of RGB (Red+Green+Blue) = 185+96+154=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9609A is #469F65. Grayscale: #818181. Windows color (decimal): -4628326 or 10117305. OLE color: 10117305.

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

Color convert

RGB 185 96 154 -
CMYK 0 0.48 0.17 0.27
HSL 320.9º 0.39% 0.55% -
HSV(B) 320.9º 0.48% 0.73% -
XYZ 30.02 21.01 33.05 -
YUV 129.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 185 96 154 0 0.48 0.17 0.27 320.9 0.39 0.55
Hex B9 60 9A 0 30 11 1B 141 27 37
Octal 271 140 232 0 60 21 33 501 47 67
Binary 10111001 1100000 10011010 0 110000 10001 11011 101000001 100111 110111

Color Harmonies of #B9609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9609A

Black with #B9609A

Text Example


Text Example

White with #B9609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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