Html Css Color HEX #B9508F Mulberry

📋 copy color: '#B9508F'

red 185 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #B9508F

Tints of Mulberry #B9508F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

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

R = 45.34%
G = 19.61%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9508F (or 0xB9508F) is known color: Mulberry. HEX triplet: B9, 50 and 8F. RGB value is (185,80,143). Sum of RGB (Red+Green+Blue) = 185+80+143=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9508F is #46AF70. Grayscale: #767676. Windows color (decimal): -4632433 or 9392313. OLE color: 9392313.

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

Color convert

RGB 185 80 143 -
CMYK 0 0.57 0.23 0.27
HSL 324º 0.43% 0.52% -
HSV(B) 324º 0.57% 0.73% -
XYZ 27.83 18.03 28 -
YUV 118.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 185 80 143 0 0.57 0.23 0.27 324 0.43 0.52
Hex B9 50 8F 0 39 17 1B 144 2B 34
Octal 271 120 217 0 71 27 33 504 53 64
Binary 10111001 1010000 10001111 0 111001 10111 11011 101000100 101011 110100

Color Harmonies of #B9508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9508F

Black with #B9508F

Text Example


Text Example

White with #B9508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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