Html Css Color HEX #B95B8F Mulberry

📋 copy color: '#B95B8F'

red 185 ◦ green 91 ◦ blue 143

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

Shades of Mulberry #B95B8F

Tints of Mulberry #B95B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.72%

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

R = 44.15%
G = 21.72%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B95B8F (or 0xB95B8F) is known color: Mulberry. HEX triplet: B9, 5B and 8F. RGB value is (185,91,143). Sum of RGB (Red+Green+Blue) = 185+91+143=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B8F is #46A470. Grayscale: #7C7C7C. Windows color (decimal): -4629617 or 9395129. OLE color: 9395129.

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

Color convert

RGB 185 91 143 -
CMYK 0 0.51 0.23 0.27
HSL 326.81º 0.4% 0.54% -
HSV(B) 326.81º 0.51% 0.73% -
XYZ 28.71 19.78 28.29 -
YUV 125.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 185 91 143 0 0.51 0.23 0.27 326.81 0.4 0.54
Hex B9 5B 8F 0 33 17 1B 147 28 36
Octal 271 133 217 0 63 27 33 507 50 66
Binary 10111001 1011011 10001111 0 110011 10111 11011 101000111 101000 110110

Color Harmonies of #B95B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95B8F

Black with #B95B8F

Text Example


Text Example

White with #B95B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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