Html Css Color HEX #B95091 Mulberry

📋 copy color: '#B95091'

red 185 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #B95091

Tints of Mulberry #B95091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 45.12%
G = 19.51%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B95091 (or 0xB95091) is known color: Mulberry. HEX triplet: B9, 50 and 91. RGB value is (185,80,145). Sum of RGB (Red+Green+Blue) = 185+80+145=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B95091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95091 is #46AF6E. Grayscale: #767676. Windows color (decimal): -4632431 or 9523385. OLE color: 9523385.

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

Color convert

RGB 185 80 145 -
CMYK 0 0.57 0.22 0.27
HSL 322.86º 0.43% 0.52% -
HSV(B) 322.86º 0.57% 0.73% -
XYZ 27.99 18.1 28.81 -
YUV 118.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 185 80 145 0 0.57 0.22 0.27 322.86 0.43 0.52
Hex B9 50 91 0 39 16 1B 143 2B 34
Octal 271 120 221 0 71 26 33 503 53 64
Binary 10111001 1010000 10010001 0 111001 10110 11011 101000011 101011 110100

Color Harmonies of #B95091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95091

Black with #B95091

Text Example


Text Example

White with #B95091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95091; }

 p { color: rgb(185,80,145); }

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

background-color css

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

 a { background-color: rgb(185,80,145); }

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

border-color css

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

 span { border-color: rgb(185,80,145); }

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