Html Css Color HEX #B9538C Mulberry

📋 copy color: '#B9538C'

red 185 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #B9538C

Tints of Mulberry #B9538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.34%

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

R = 45.34%
G = 20.34%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9538C (or 0xB9538C) is known color: Mulberry. HEX triplet: B9, 53 and 8C. RGB value is (185,83,140). Sum of RGB (Red+Green+Blue) = 185+83+140=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9538C is #46AC73. Grayscale: #777777. Windows color (decimal): -4631668 or 9196473. OLE color: 9196473.

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

Color convert

RGB 185 83 140 -
CMYK 0 0.55 0.24 0.27
HSL 326.47º 0.42% 0.53% -
HSV(B) 326.47º 0.55% 0.73% -
XYZ 27.83 18.39 26.89 -
YUV 120 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 185 83 140 0 0.55 0.24 0.27 326.47 0.42 0.53
Hex B9 53 8C 0 37 18 1B 146 2A 35
Octal 271 123 214 0 67 30 33 506 52 65
Binary 10111001 1010011 10001100 0 110111 11000 11011 101000110 101010 110101

Color Harmonies of #B9538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9538C

Black with #B9538C

Text Example


Text Example

White with #B9538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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