Html Css Color HEX #B04887 Mulberry

📋 copy color: '#B04887'

red 176 ◦ green 72 ◦ blue 135

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

Shades of Mulberry #B04887

Tints of Mulberry #B04887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 45.95%
G = 18.8%
B = 35.25%

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

#B04887 (or 0xB04887) is known color: Mulberry. HEX triplet: B0, 48 and 87. RGB value is (176,72,135). Sum of RGB (Red+Green+Blue) = 176+72+135=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04887 is #4FB778. Grayscale: #6E6E6E. Windows color (decimal): -5224313 or 8865968. OLE color: 8865968.

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

Color convert

RGB 176 72 135 -
CMYK 0 0.59 0.23 0.31
HSL 323.65º 0.42% 0.49% -
HSV(B) 323.65º 0.59% 0.69% -
XYZ 24.6 15.61 24.64 -
YUV 110.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 176 72 135 0 0.59 0.23 0.31 323.65 0.42 0.49
Hex B0 48 87 0 3B 17 1F 144 2A 31
Octal 260 110 207 0 73 27 37 504 52 61
Binary 10110000 1001000 10000111 0 111011 10111 11111 101000100 101010 110001

Color Harmonies of #B04887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04887

Black with #B04887

Text Example


Text Example

White with #B04887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04887; }

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

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

background-color css

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

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

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

border-color css

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

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

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