Html Css Color HEX #B9619A Mulberry

📋 copy color: '#B9619A'

red 185 ◦ green 97 ◦ blue 154

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

Shades of Mulberry #B9619A

Tints of Mulberry #B9619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

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

R = 42.43%
G = 22.25%
B = 35.32%

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

#B9619A (or 0xB9619A) is known color: Mulberry. HEX triplet: B9, 61 and 9A. RGB value is (185,97,154). Sum of RGB (Red+Green+Blue) = 185+97+154=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619A is #469E65. Grayscale: #818181. Windows color (decimal): -4628070 or 10117561. OLE color: 10117561.

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

Color convert

RGB 185 97 154 -
CMYK 0 0.48 0.17 0.27
HSL 321.14º 0.39% 0.55% -
HSV(B) 321.14º 0.48% 0.73% -
XYZ 30.12 21.2 33.08 -
YUV 129.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 185 97 154 0 0.48 0.17 0.27 321.14 0.39 0.55
Hex B9 61 9A 0 30 11 1B 141 27 37
Octal 271 141 232 0 60 21 33 501 47 67
Binary 10111001 1100001 10011010 0 110000 10001 11011 101000001 100111 110111

Color Harmonies of #B9619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9619A

Black with #B9619A

Text Example


Text Example

White with #B9619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9619A; }

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

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

background-color css

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

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

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

border-color css

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

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

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