Html Css Color HEX #B9619F Mulberry

📋 copy color: '#B9619F'

red 185 ◦ green 97 ◦ blue 159

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

Shades of Mulberry #B9619F

Tints of Mulberry #B9619F

RGB

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

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

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

R = 41.95%
G = 22%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9619F (or 0xB9619F) is known color: Mulberry. HEX triplet: B9, 61 and 9F. RGB value is (185,97,159). Sum of RGB (Red+Green+Blue) = 185+97+159=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619F is #469E60. Grayscale: #828282. Windows color (decimal): -4628065 or 10445241. OLE color: 10445241.

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

Color convert

RGB 185 97 159 -
CMYK 0 0.48 0.14 0.27
HSL 317.73º 0.39% 0.55% -
HSV(B) 317.73º 0.48% 0.73% -
XYZ 30.54 21.37 35.32 -
YUV 130.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 185 97 159 0 0.48 0.14 0.27 317.73 0.39 0.55
Hex B9 61 9F 0 30 E 1B 13E 27 37
Octal 271 141 237 0 60 16 33 476 47 67
Binary 10111001 1100001 10011111 0 110000 1110 11011 100111110 100111 110111

Color Harmonies of #B9619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9619F

Black with #B9619F

Text Example


Text Example

White with #B9619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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