Html Css Color HEX #B9518C Mulberry

📋 copy color: '#B9518C'

red 185 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #B9518C

Tints of Mulberry #B9518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 45.57%
G = 19.95%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9518C (or 0xB9518C) is known color: Mulberry. HEX triplet: B9, 51 and 8C. RGB value is (185,81,140). Sum of RGB (Red+Green+Blue) = 185+81+140=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9518C is #46AE73. Grayscale: #767676. Windows color (decimal): -4632180 or 9195961. OLE color: 9195961.

HSL color Cylindrical-coordinate representation of color #B9518C: hue angle of 325.96º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9518C is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 140 -
CMYK 0 0.56 0.24 0.27
HSL 325.96º 0.43% 0.52% -
HSV(B) 325.96º 0.56% 0.73% -
XYZ 27.68 18.09 26.84 -
YUV 118.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 185 81 140 0 0.56 0.24 0.27 325.96 0.43 0.52
Hex B9 51 8C 0 38 18 1B 146 2B 34
Octal 271 121 214 0 70 30 33 506 53 64
Binary 10111001 1010001 10001100 0 111000 11000 11011 101000110 101011 110100

Color Harmonies of #B9518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9518C

Black with #B9518C

Text Example


Text Example

White with #B9518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9518C; }

 p { color: rgb(185,81,140); }

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

background-color css

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

 a { background-color: rgb(185,81,140); }

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

border-color css

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

 span { border-color: rgb(185,81,140); }

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