Html Css Color HEX #B9538F Mulberry

📋 copy color: '#B9538F'

red 185 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #B9538F

Tints of Mulberry #B9538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 45.01%
G = 20.19%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9538F (or 0xB9538F) is known color: Mulberry. HEX triplet: B9, 53 and 8F. RGB value is (185,83,143). Sum of RGB (Red+Green+Blue) = 185+83+143=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9538F is #46AC70. Grayscale: #787878. Windows color (decimal): -4631665 or 9393081. OLE color: 9393081.

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

Color convert

RGB 185 83 143 -
CMYK 0 0.55 0.23 0.27
HSL 324.71º 0.42% 0.53% -
HSV(B) 324.71º 0.55% 0.73% -
XYZ 28.06 18.48 28.08 -
YUV 120.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 185 83 143 0 0.55 0.23 0.27 324.71 0.42 0.53
Hex B9 53 8F 0 37 17 1B 145 2A 35
Octal 271 123 217 0 67 27 33 505 52 65
Binary 10111001 1010011 10001111 0 110111 10111 11011 101000101 101010 110101

Color Harmonies of #B9538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9538F

Black with #B9538F

Text Example


Text Example

White with #B9538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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