Html Css Color HEX #B14888 Mulberry

📋 copy color: '#B14888'

red 177 ◦ green 72 ◦ blue 136

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

Shades of Mulberry #B14888

Tints of Mulberry #B14888

RGB

 RED value IS 177 (69.53% from 255) = 45.97%

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

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

R = 45.97%
G = 18.7%
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

#B14888 (or 0xB14888) is known color: Mulberry. HEX triplet: B1, 48 and 88. RGB value is (177,72,136). Sum of RGB (Red+Green+Blue) = 177+72+136=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B14888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14888 is #4EB777. Grayscale: #6E6E6E. Windows color (decimal): -5158776 or 8931505. OLE color: 8931505.

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

Color convert

RGB 177 72 136 -
CMYK 0 0.59 0.23 0.31
HSL 323.43º 0.42% 0.49% -
HSV(B) 323.43º 0.59% 0.69% -
XYZ 24.89 15.76 25.02 -
YUV 110.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 177 72 136 0 0.59 0.23 0.31 323.43 0.42 0.49
Hex B1 48 88 0 3B 17 1F 143 2A 31
Octal 261 110 210 0 73 27 37 503 52 61
Binary 10110001 1001000 10001000 0 111011 10111 11111 101000011 101010 110001

Color Harmonies of #B14888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14888

Black with #B14888

Text Example


Text Example

White with #B14888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14888; }

 p { color: rgb(177,72,136); }

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

background-color css

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

 a { background-color: rgb(177,72,136); }

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

border-color css

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

 span { border-color: rgb(177,72,136); }

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