Html Css Color HEX #B95B8D Mulberry

📋 copy color: '#B95B8D'

red 185 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #B95B8D

Tints of Mulberry #B95B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 44.36%
G = 21.82%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B95B8D (or 0xB95B8D) is known color: Mulberry. HEX triplet: B9, 5B and 8D. RGB value is (185,91,141). Sum of RGB (Red+Green+Blue) = 185+91+141=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95B8D is #46A472. Grayscale: #7C7C7C. Windows color (decimal): -4629619 or 9264057. OLE color: 9264057.

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

Color convert

RGB 185 91 141 -
CMYK 0 0.51 0.24 0.27
HSL 328.09º 0.4% 0.54% -
HSV(B) 328.09º 0.51% 0.73% -
XYZ 28.56 19.72 27.5 -
YUV 124.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 185 91 141 0 0.51 0.24 0.27 328.09 0.4 0.54
Hex B9 5B 8D 0 33 18 1B 148 28 36
Octal 271 133 215 0 63 30 33 510 50 66
Binary 10111001 1011011 10001101 0 110011 11000 11011 101001000 101000 110110

Color Harmonies of #B95B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95B8D

Black with #B95B8D

Text Example


Text Example

White with #B95B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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