Html Css Color HEX #B05992 Mulberry

📋 copy color: '#B05992'

red 176 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #B05992

Tints of Mulberry #B05992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 42.82%
G = 21.65%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B05992 (or 0xB05992) is known color: Mulberry. HEX triplet: B0, 59 and 92. RGB value is (176,89,146). Sum of RGB (Red+Green+Blue) = 176+89+146=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B05992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05992 is #4FA66D. Grayscale: #797979. Windows color (decimal): -5219950 or 9591216. OLE color: 9591216.

HSL color Cylindrical-coordinate representation of color #B05992: hue angle of 320.69º 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 #B05992 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 146 -
CMYK 0 0.49 0.17 0.31
HSL 320.69º 0.36% 0.52% -
HSV(B) 320.69º 0.49% 0.69% -
XYZ 26.67 18.45 29.35 -
YUV 121.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 176 89 146 0 0.49 0.17 0.31 320.69 0.36 0.52
Hex B0 59 92 0 31 11 1F 141 24 34
Octal 260 131 222 0 61 21 37 501 44 64
Binary 10110000 1011001 10010010 0 110001 10001 11111 101000001 100100 110100

Color Harmonies of #B05992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05992

Black with #B05992

Text Example


Text Example

White with #B05992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05992; }

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

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

background-color css

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

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

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

border-color css

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

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

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