Html Css Color HEX #B95096 Mulberry

📋 copy color: '#B95096'

red 185 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #B95096

Tints of Mulberry #B95096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 44.58%
G = 19.28%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95096 (or 0xB95096) is known color: Mulberry. HEX triplet: B9, 50 and 96. RGB value is (185,80,150). Sum of RGB (Red+Green+Blue) = 185+80+150=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B95096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95096 is #46AF69. Grayscale: #777777. Windows color (decimal): -4632426 or 9851065. OLE color: 9851065.

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

Color convert

RGB 185 80 150 -
CMYK 0 0.57 0.19 0.27
HSL 320º 0.43% 0.52% -
HSV(B) 320º 0.57% 0.73% -
XYZ 28.38 18.25 30.88 -
YUV 119.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 185 80 150 0 0.57 0.19 0.27 320 0.43 0.52
Hex B9 50 96 0 39 13 1B 140 2B 34
Octal 271 120 226 0 71 23 33 500 53 64
Binary 10111001 1010000 10010110 0 111001 10011 11011 101000000 101011 110100

Color Harmonies of #B95096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95096

Black with #B95096

Text Example


Text Example

White with #B95096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95096; }

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

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

background-color css

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

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

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

border-color css

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

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

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