Html Css Color HEX #B9619D Mulberry

📋 copy color: '#B9619D'

red 185 ◦ green 97 ◦ blue 157

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

Shades of Mulberry #B9619D

Tints of Mulberry #B9619D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 42.14%
G = 22.1%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9619D (or 0xB9619D) is known color: Mulberry. HEX triplet: B9, 61 and 9D. RGB value is (185,97,157). Sum of RGB (Red+Green+Blue) = 185+97+157=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619D is #469E62. Grayscale: #828282. Windows color (decimal): -4628067 or 10314169. OLE color: 10314169.

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

Color convert

RGB 185 97 157 -
CMYK 0 0.48 0.15 0.27
HSL 319.09º 0.39% 0.55% -
HSV(B) 319.09º 0.48% 0.73% -
XYZ 30.37 21.3 34.41 -
YUV 130.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 185 97 157 0 0.48 0.15 0.27 319.09 0.39 0.55
Hex B9 61 9D 0 30 F 1B 13F 27 37
Octal 271 141 235 0 60 17 33 477 47 67
Binary 10111001 1100001 10011101 0 110000 1111 11011 100111111 100111 110111

Color Harmonies of #B9619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9619D

Black with #B9619D

Text Example


Text Example

White with #B9619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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