Html Css Color HEX #B95D90 Mulberry

📋 copy color: '#B95D90'

red 185 ◦ green 93 ◦ blue 144

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

Shades of Mulberry #B95D90

Tints of Mulberry #B95D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 43.84%
G = 22.04%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B95D90 (or 0xB95D90) is known color: Mulberry. HEX triplet: B9, 5D and 90. RGB value is (185,93,144). Sum of RGB (Red+Green+Blue) = 185+93+144=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D90 is #46A26F. Grayscale: #7E7E7E. Windows color (decimal): -4629104 or 9461177. OLE color: 9461177.

HSL color Cylindrical-coordinate representation of color #B95D90: hue angle of 326.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D90 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 144 -
CMYK 0 0.50 0.22 0.27
HSL 326.74º 0.4% 0.55% -
HSV(B) 326.74º 0.5% 0.73% -
XYZ 28.96 20.16 28.75 -
YUV 126.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 185 93 144 0 0.50 0.22 0.27 326.74 0.4 0.55
Hex B9 5D 90 0 32 16 1B 147 28 37
Octal 271 135 220 0 62 26 33 507 50 67
Binary 10111001 1011101 10010000 0 110010 10110 11011 101000111 101000 110111

Color Harmonies of #B95D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D90

Black with #B95D90

Text Example


Text Example

White with #B95D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D90; }

 p { color: rgb(185,93,144); }

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

background-color css

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

 a { background-color: rgb(185,93,144); }

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

border-color css

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

 span { border-color: rgb(185,93,144); }

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