Html Css Color HEX #B95392 Mulberry

📋 copy color: '#B95392'

red 185 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #B95392

Tints of Mulberry #B95392

RGB

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

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

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

R = 44.69%
G = 20.05%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B95392 (or 0xB95392) is known color: Mulberry. HEX triplet: B9, 53 and 92. RGB value is (185,83,146). Sum of RGB (Red+Green+Blue) = 185+83+146=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B95392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95392 is #46AC6D. Grayscale: #787878. Windows color (decimal): -4631662 or 9589689. OLE color: 9589689.

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

Color convert

RGB 185 83 146 -
CMYK 0 0.55 0.21 0.27
HSL 322.94º 0.42% 0.53% -
HSV(B) 322.94º 0.55% 0.73% -
XYZ 28.29 18.58 29.29 -
YUV 120.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 185 83 146 0 0.55 0.21 0.27 322.94 0.42 0.53
Hex B9 53 92 0 37 15 1B 143 2A 35
Octal 271 123 222 0 67 25 33 503 52 65
Binary 10111001 1010011 10010010 0 110111 10101 11011 101000011 101010 110101

Color Harmonies of #B95392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95392

Black with #B95392

Text Example


Text Example

White with #B95392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95392; }

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

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

background-color css

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

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

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

border-color css

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

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

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