Html Css Color HEX #B95C90 Mulberry

📋 copy color: '#B95C90'

red 185 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #B95C90

Tints of Mulberry #B95C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

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

R = 43.94%
G = 21.85%
B = 34.2%

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

#B95C90 (or 0xB95C90) is known color: Mulberry. HEX triplet: B9, 5C and 90. RGB value is (185,92,144). Sum of RGB (Red+Green+Blue) = 185+92+144=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C90 is #46A36F. Grayscale: #7D7D7D. Windows color (decimal): -4629360 or 9460921. OLE color: 9460921.

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

Color convert

RGB 185 92 144 -
CMYK 0 0.50 0.22 0.27
HSL 326.45º 0.4% 0.54% -
HSV(B) 326.45º 0.5% 0.73% -
XYZ 28.87 19.98 28.72 -
YUV 125.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 185 92 144 0 0.50 0.22 0.27 326.45 0.4 0.54
Hex B9 5C 90 0 32 16 1B 146 28 36
Octal 271 134 220 0 62 26 33 506 50 66
Binary 10111001 1011100 10010000 0 110010 10110 11011 101000110 101000 110110

Color Harmonies of #B95C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C90

Black with #B95C90

Text Example


Text Example

White with #B95C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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