Html Css Color HEX #B05995 Mulberry

📋 copy color: '#B05995'

red 176 ◦ green 89 ◦ blue 149

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

Shades of Mulberry #B05995

Tints of Mulberry #B05995

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

 GREEN value IS 89 (35.16% from 255) = 21.5%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 42.51%
G = 21.5%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B05995 (or 0xB05995) is known color: Mulberry. HEX triplet: B0, 59 and 95. RGB value is (176,89,149). Sum of RGB (Red+Green+Blue) = 176+89+149=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B05995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05995 is #4FA66A. Grayscale: #797979. Windows color (decimal): -5219947 or 9787824. OLE color: 9787824.

HSL color Cylindrical-coordinate representation of color #B05995: hue angle of 318.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05995 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 149 -
CMYK 0 0.49 0.15 0.31
HSL 318.62º 0.36% 0.52% -
HSV(B) 318.62º 0.49% 0.69% -
XYZ 26.9 18.54 30.6 -
YUV 121.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 176 89 149 0 0.49 0.15 0.31 318.62 0.36 0.52
Hex B0 59 95 0 31 F 1F 13F 24 34
Octal 260 131 225 0 61 17 37 477 44 64
Binary 10110000 1011001 10010101 0 110001 1111 11111 100111111 100100 110100

Color Harmonies of #B05995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05995

Black with #B05995

Text Example


Text Example

White with #B05995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05995; }

 p { color: rgb(176,89,149); }

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

background-color css

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

 a { background-color: rgb(176,89,149); }

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

border-color css

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

 span { border-color: rgb(176,89,149); }

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