Html Css Color HEX #B04889 Mulberry

📋 copy color: '#B04889'

red 176 ◦ green 72 ◦ blue 137

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

Shades of Mulberry #B04889

Tints of Mulberry #B04889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.7%

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

R = 45.71%
G = 18.7%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B04889 (or 0xB04889) is known color: Mulberry. HEX triplet: B0, 48 and 89. RGB value is (176,72,137). Sum of RGB (Red+Green+Blue) = 176+72+137=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B04889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04889 is #4FB776. Grayscale: #6E6E6E. Windows color (decimal): -5224311 or 8997040. OLE color: 8997040.

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

Color convert

RGB 176 72 137 -
CMYK 0 0.59 0.22 0.31
HSL 322.5º 0.42% 0.49% -
HSV(B) 322.5º 0.59% 0.69% -
XYZ 24.74 15.67 25.39 -
YUV 110.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 176 72 137 0 0.59 0.22 0.31 322.5 0.42 0.49
Hex B0 48 89 0 3B 16 1F 142 2A 31
Octal 260 110 211 0 73 26 37 502 52 61
Binary 10110000 1001000 10001001 0 111011 10110 11111 101000010 101010 110001

Color Harmonies of #B04889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04889

Black with #B04889

Text Example


Text Example

White with #B04889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04889; }

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

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

background-color css

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

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

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

border-color css

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

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

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