Html Css Color HEX #B95090 Mulberry

📋 copy color: '#B95090'

red 185 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #B95090

Tints of Mulberry #B95090

RGB

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

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

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

R = 45.23%
G = 19.56%
B = 35.21%

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

#B95090 (or 0xB95090) is known color: Mulberry. HEX triplet: B9, 50 and 90. RGB value is (185,80,144). Sum of RGB (Red+Green+Blue) = 185+80+144=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95090 is #46AF6F. Grayscale: #767676. Windows color (decimal): -4632432 or 9457849. OLE color: 9457849.

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

Color convert

RGB 185 80 144 -
CMYK 0 0.57 0.22 0.27
HSL 323.43º 0.43% 0.52% -
HSV(B) 323.43º 0.57% 0.73% -
XYZ 27.91 18.07 28.4 -
YUV 118.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 185 80 144 0 0.57 0.22 0.27 323.43 0.43 0.52
Hex B9 50 90 0 39 16 1B 143 2B 34
Octal 271 120 220 0 71 26 33 503 53 64
Binary 10111001 1010000 10010000 0 111001 10110 11011 101000011 101011 110100

Color Harmonies of #B95090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95090

Black with #B95090

Text Example


Text Example

White with #B95090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95090; }

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

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

background-color css

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

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

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

border-color css

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

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

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