Html Css Color HEX #B9538D Mulberry

📋 copy color: '#B9538D'

red 185 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #B9538D

Tints of Mulberry #B9538D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 45.23%
G = 20.29%
B = 34.47%

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

#B9538D (or 0xB9538D) is known color: Mulberry. HEX triplet: B9, 53 and 8D. RGB value is (185,83,141). Sum of RGB (Red+Green+Blue) = 185+83+141=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9538D is #46AC72. Grayscale: #777777. Windows color (decimal): -4631667 or 9262009. OLE color: 9262009.

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

Color convert

RGB 185 83 141 -
CMYK 0 0.55 0.24 0.27
HSL 325.88º 0.42% 0.53% -
HSV(B) 325.88º 0.55% 0.73% -
XYZ 27.91 18.42 27.28 -
YUV 120.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 185 83 141 0 0.55 0.24 0.27 325.88 0.42 0.53
Hex B9 53 8D 0 37 18 1B 146 2A 35
Octal 271 123 215 0 67 30 33 506 52 65
Binary 10111001 1010011 10001101 0 110111 11000 11011 101000110 101010 110101

Color Harmonies of #B9538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9538D

Black with #B9538D

Text Example


Text Example

White with #B9538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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