Html Css Color HEX #B95592 Mulberry

📋 copy color: '#B95592'

red 185 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #B95592

Tints of Mulberry #B95592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 44.47%
G = 20.43%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B95592 (or 0xB95592) is known color: Mulberry. HEX triplet: B9, 55 and 92. RGB value is (185,85,146). Sum of RGB (Red+Green+Blue) = 185+85+146=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95592 is #46AA6D. Grayscale: #797979. Windows color (decimal): -4631150 or 9590201. OLE color: 9590201.

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

Color convert

RGB 185 85 146 -
CMYK 0 0.54 0.21 0.27
HSL 323.4º 0.42% 0.53% -
HSV(B) 323.4º 0.54% 0.73% -
XYZ 28.44 18.89 29.34 -
YUV 121.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 185 85 146 0 0.54 0.21 0.27 323.4 0.42 0.53
Hex B9 55 92 0 36 15 1B 143 2A 35
Octal 271 125 222 0 66 25 33 503 52 65
Binary 10111001 1010101 10010010 0 110110 10101 11011 101000011 101010 110101

Color Harmonies of #B95592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95592

Black with #B95592

Text Example


Text Example

White with #B95592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95592; }

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

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

background-color css

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

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

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

border-color css

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

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

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