Html Css Color HEX #B14B89 Mulberry

📋 copy color: '#B14B89'

red 177 ◦ green 75 ◦ blue 137

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

Shades of Mulberry #B14B89

Tints of Mulberry #B14B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

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

R = 45.5%
G = 19.28%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B14B89 (or 0xB14B89) is known color: Mulberry. HEX triplet: B1, 4B and 89. RGB value is (177,75,137). Sum of RGB (Red+Green+Blue) = 177+75+137=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B89 is #4EB476. Grayscale: #707070. Windows color (decimal): -5158007 or 8997809. OLE color: 8997809.

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

Color convert

RGB 177 75 137 -
CMYK 0 0.58 0.23 0.31
HSL 323.53º 0.4% 0.49% -
HSV(B) 323.53º 0.58% 0.69% -
XYZ 25.16 16.19 25.46 -
YUV 112.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 177 75 137 0 0.58 0.23 0.31 323.53 0.4 0.49
Hex B1 4B 89 0 3A 17 1F 144 28 31
Octal 261 113 211 0 72 27 37 504 50 61
Binary 10110001 1001011 10001001 0 111010 10111 11111 101000100 101000 110001

Color Harmonies of #B14B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B89

Black with #B14B89

Text Example


Text Example

White with #B14B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B89; }

 p { color: rgb(177,75,137); }

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

background-color css

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

 a { background-color: rgb(177,75,137); }

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

border-color css

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

 span { border-color: rgb(177,75,137); }

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