Html Css Color HEX #B95E8F Mulberry

📋 copy color: '#B95E8F'

red 185 ◦ green 94 ◦ blue 143

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

Shades of Mulberry #B95E8F

Tints of Mulberry #B95E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 43.84%
G = 22.27%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B95E8F (or 0xB95E8F) is known color: Mulberry. HEX triplet: B9, 5E and 8F. RGB value is (185,94,143). Sum of RGB (Red+Green+Blue) = 185+94+143=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E8F is #46A170. Grayscale: #7E7E7E. Windows color (decimal): -4628849 or 9395897. OLE color: 9395897.

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

Color convert

RGB 185 94 143 -
CMYK 0 0.49 0.23 0.27
HSL 327.69º 0.39% 0.55% -
HSV(B) 327.69º 0.49% 0.73% -
XYZ 28.97 20.3 28.38 -
YUV 126.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 185 94 143 0 0.49 0.23 0.27 327.69 0.39 0.55
Hex B9 5E 8F 0 31 17 1B 148 27 37
Octal 271 136 217 0 61 27 33 510 47 67
Binary 10111001 1011110 10001111 0 110001 10111 11011 101001000 100111 110111

Color Harmonies of #B95E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E8F

Black with #B95E8F

Text Example


Text Example

White with #B95E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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