Html Css Color HEX #B95D8F Mulberry

📋 copy color: '#B95D8F'

red 185 ◦ green 93 ◦ blue 143

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

Shades of Mulberry #B95D8F

Tints of Mulberry #B95D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

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

R = 43.94%
G = 22.09%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B95D8F (or 0xB95D8F) is known color: Mulberry. HEX triplet: B9, 5D and 8F. RGB value is (185,93,143). Sum of RGB (Red+Green+Blue) = 185+93+143=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D8F is #46A270. Grayscale: #7E7E7E. Windows color (decimal): -4629105 or 9395641. OLE color: 9395641.

HSL color Cylindrical-coordinate representation of color #B95D8F: hue angle of 327.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D8F is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 143 -
CMYK 0 0.50 0.23 0.27
HSL 327.39º 0.4% 0.55% -
HSV(B) 327.39º 0.5% 0.73% -
XYZ 28.88 20.13 28.35 -
YUV 126.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 185 93 143 0 0.50 0.23 0.27 327.39 0.4 0.55
Hex B9 5D 8F 0 32 17 1B 147 28 37
Octal 271 135 217 0 62 27 33 507 50 67
Binary 10111001 1011101 10001111 0 110010 10111 11011 101000111 101000 110111

Color Harmonies of #B95D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D8F

Black with #B95D8F

Text Example


Text Example

White with #B95D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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