Html Css Color HEX #B95896 Mulberry

📋 copy color: '#B95896'

red 185 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #B95896

Tints of Mulberry #B95896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 43.74%
G = 20.8%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95896 (or 0xB95896) is known color: Mulberry. HEX triplet: B9, 58 and 96. RGB value is (185,88,150). Sum of RGB (Red+Green+Blue) = 185+88+150=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95896 is #46A769. Grayscale: #7B7B7B. Windows color (decimal): -4630378 or 9853113. OLE color: 9853113.

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

Color convert

RGB 185 88 150 -
CMYK 0 0.52 0.19 0.27
HSL 321.65º 0.41% 0.54% -
HSV(B) 321.65º 0.52% 0.73% -
XYZ 29 19.5 31.09 -
YUV 124.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 185 88 150 0 0.52 0.19 0.27 321.65 0.41 0.54
Hex B9 58 96 0 34 13 1B 142 29 36
Octal 271 130 226 0 64 23 33 502 51 66
Binary 10111001 1011000 10010110 0 110100 10011 11011 101000010 101001 110110

Color Harmonies of #B95896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95896

Black with #B95896

Text Example


Text Example

White with #B95896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95896; }

 p { color: rgb(185,88,150); }

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

background-color css

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

 a { background-color: rgb(185,88,150); }

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

border-color css

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

 span { border-color: rgb(185,88,150); }

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