Html Css Color HEX #B95585 Mulberry

📋 copy color: '#B95585'

red 185 ◦ green 85 ◦ blue 133

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

Shades of Mulberry #B95585

Tints of Mulberry #B95585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

 BLUE value IS 133 (52.34% from 255) = 33%

R = 45.91%
G = 21.09%
B = 33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B95585 (or 0xB95585) is known color: Mulberry. HEX triplet: B9, 55 and 85. RGB value is (185,85,133). Sum of RGB (Red+Green+Blue) = 185+85+133=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95585 is #46AA7A. Grayscale: #787878. Windows color (decimal): -4631163 or 8738233. OLE color: 8738233.

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

Color convert

RGB 185 85 133 -
CMYK 0 0.54 0.28 0.27
HSL 331.2º 0.42% 0.53% -
HSV(B) 331.2º 0.54% 0.73% -
XYZ 27.49 18.5 24.31 -
YUV 120.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 185 85 133 0 0.54 0.28 0.27 331.2 0.42 0.53
Hex B9 55 85 0 36 1C 1B 14B 2A 35
Octal 271 125 205 0 66 34 33 513 52 65
Binary 10111001 1010101 10000101 0 110110 11100 11011 101001011 101010 110101

Color Harmonies of #B95585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95585

Black with #B95585

Text Example


Text Example

White with #B95585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95585; }

 p { color: rgb(185,85,133); }

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

background-color css

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

 a { background-color: rgb(185,85,133); }

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

border-color css

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

 span { border-color: rgb(185,85,133); }

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