Html Css Color HEX #B05689 Mulberry

📋 copy color: '#B05689'

red 176 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #B05689

Tints of Mulberry #B05689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 44.11%
G = 21.55%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B05689 (or 0xB05689) is known color: Mulberry. HEX triplet: B0, 56 and 89. RGB value is (176,86,137). Sum of RGB (Red+Green+Blue) = 176+86+137=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B05689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05689 is #4FA976. Grayscale: #767676. Windows color (decimal): -5220727 or 9000624. OLE color: 9000624.

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

Color convert

RGB 176 86 137 -
CMYK 0 0.51 0.22 0.31
HSL 326º 0.36% 0.51% -
HSV(B) 326º 0.51% 0.69% -
XYZ 25.75 17.69 25.72 -
YUV 118.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 176 86 137 0 0.51 0.22 0.31 326 0.36 0.51
Hex B0 56 89 0 33 16 1F 146 24 33
Octal 260 126 211 0 63 26 37 506 44 63
Binary 10110000 1010110 10001001 0 110011 10110 11111 101000110 100100 110011

Color Harmonies of #B05689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05689

Black with #B05689

Text Example


Text Example

White with #B05689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05689; }

 p { color: rgb(176,86,137); }

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

background-color css

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

 a { background-color: rgb(176,86,137); }

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

border-color css

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

 span { border-color: rgb(176,86,137); }

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