Html Css Color HEX #B95E89 Mulberry

📋 copy color: '#B95E89'

red 185 ◦ green 94 ◦ blue 137

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

Shades of Mulberry #B95E89

Tints of Mulberry #B95E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.93%

R = 44.47%
G = 22.6%
B = 32.93%

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

#B95E89 (or 0xB95E89) is known color: Mulberry. HEX triplet: B9, 5E and 89. RGB value is (185,94,137). Sum of RGB (Red+Green+Blue) = 185+94+137=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E89 is #46A176. Grayscale: #7E7E7E. Windows color (decimal): -4628855 or 9002681. OLE color: 9002681.

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

Color convert

RGB 185 94 137 -
CMYK 0 0.49 0.26 0.27
HSL 331.65º 0.39% 0.55% -
HSV(B) 331.65º 0.49% 0.73% -
XYZ 28.53 20.13 26.05 -
YUV 126.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 185 94 137 0 0.49 0.26 0.27 331.65 0.39 0.55
Hex B9 5E 89 0 31 1A 1B 14C 27 37
Octal 271 136 211 0 61 32 33 514 47 67
Binary 10111001 1011110 10001001 0 110001 11010 11011 101001100 100111 110111

Color Harmonies of #B95E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E89

Black with #B95E89

Text Example


Text Example

White with #B95E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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