Html Css Color HEX #B95A90 Mulberry

📋 copy color: '#B95A90'

red 185 ◦ green 90 ◦ blue 144

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

Shades of Mulberry #B95A90

Tints of Mulberry #B95A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

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

R = 44.15%
G = 21.48%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B95A90 (or 0xB95A90) is known color: Mulberry. HEX triplet: B9, 5A and 90. RGB value is (185,90,144). Sum of RGB (Red+Green+Blue) = 185+90+144=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A90 is #46A56F. Grayscale: #7C7C7C. Windows color (decimal): -4629872 or 9460409. OLE color: 9460409.

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

Color convert

RGB 185 90 144 -
CMYK 0 0.51 0.22 0.27
HSL 325.89º 0.4% 0.54% -
HSV(B) 325.89º 0.51% 0.73% -
XYZ 28.7 19.64 28.66 -
YUV 124.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 185 90 144 0 0.51 0.22 0.27 325.89 0.4 0.54
Hex B9 5A 90 0 33 16 1B 146 28 36
Octal 271 132 220 0 63 26 33 506 50 66
Binary 10111001 1011010 10010000 0 110011 10110 11011 101000110 101000 110110

Color Harmonies of #B95A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A90

Black with #B95A90

Text Example


Text Example

White with #B95A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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