Html Css Color HEX #B04988 Mulberry

📋 copy color: '#B04988'

red 176 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #B04988

Tints of Mulberry #B04988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 45.71%
G = 18.96%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B04988 (or 0xB04988) is known color: Mulberry. HEX triplet: B0, 49 and 88. RGB value is (176,73,136). Sum of RGB (Red+Green+Blue) = 176+73+136=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B04988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04988 is #4FB677. Grayscale: #6E6E6E. Windows color (decimal): -5224056 or 8931760. OLE color: 8931760.

HSL color Cylindrical-coordinate representation of color #B04988: hue angle of 323.3º degrees, saturation: 0.41, 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 #B04988 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 136 -
CMYK 0 0.59 0.23 0.31
HSL 323.3º 0.41% 0.49% -
HSV(B) 323.3º 0.59% 0.69% -
XYZ 24.73 15.77 25.03 -
YUV 110.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 176 73 136 0 0.59 0.23 0.31 323.3 0.41 0.49
Hex B0 49 88 0 3B 17 1F 143 29 31
Octal 260 111 210 0 73 27 37 503 51 61
Binary 10110000 1001001 10001000 0 111011 10111 11111 101000011 101001 110001

Color Harmonies of #B04988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04988

Black with #B04988

Text Example


Text Example

White with #B04988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04988; }

 p { color: rgb(176,73,136); }

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

background-color css

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

 a { background-color: rgb(176,73,136); }

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

border-color css

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

 span { border-color: rgb(176,73,136); }

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