Html Css Color HEX #B95E88 Mulberry

📋 copy color: '#B95E88'

red 185 ◦ green 94 ◦ blue 136

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

Shades of Mulberry #B95E88

Tints of Mulberry #B95E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 44.58%
G = 22.65%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B95E88 (or 0xB95E88) is known color: Mulberry. HEX triplet: B9, 5E and 88. RGB value is (185,94,136). Sum of RGB (Red+Green+Blue) = 185+94+136=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E88 is #46A177. Grayscale: #7D7D7D. Windows color (decimal): -4628856 or 8937145. OLE color: 8937145.

HSL color Cylindrical-coordinate representation of color #B95E88: hue angle of 332.31º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E88 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 94 136 -
CMYK 0 0.49 0.26 0.27
HSL 332.31º 0.39% 0.55% -
HSV(B) 332.31º 0.49% 0.73% -
XYZ 28.45 20.1 25.67 -
YUV 126 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 185 94 136 0 0.49 0.26 0.27 332.31 0.39 0.55
Hex B9 5E 88 0 31 1A 1B 14C 27 37
Octal 271 136 210 0 61 32 33 514 47 67
Binary 10111001 1011110 10001000 0 110001 11010 11011 101001100 100111 110111

Color Harmonies of #B95E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E88

Black with #B95E88

Text Example


Text Example

White with #B95E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E88; }

 p { color: rgb(185,94,136); }

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

background-color css

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

 a { background-color: rgb(185,94,136); }

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

border-color css

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

 span { border-color: rgb(185,94,136); }

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