Html Css Color HEX #B14C92 Mulberry

📋 copy color: '#B14C92'

red 177 ◦ green 76 ◦ blue 146

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

Shades of Mulberry #B14C92

Tints of Mulberry #B14C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 44.36%
G = 19.05%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B14C92 (or 0xB14C92) is known color: Mulberry. HEX triplet: B1, 4C and 92. RGB value is (177,76,146). Sum of RGB (Red+Green+Blue) = 177+76+146=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C92 is #4EB36D. Grayscale: #727272. Windows color (decimal): -5157742 or 9587889. OLE color: 9587889.

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

Color convert

RGB 177 76 146 -
CMYK 0 0.57 0.18 0.31
HSL 318.42º 0.4% 0.5% -
HSV(B) 318.42º 0.57% 0.69% -
XYZ 25.9 16.59 29.03 -
YUV 114.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 177 76 146 0 0.57 0.18 0.31 318.42 0.4 0.5
Hex B1 4C 92 0 39 12 1F 13E 28 32
Octal 261 114 222 0 71 22 37 476 50 62
Binary 10110001 1001100 10010010 0 111001 10010 11111 100111110 101000 110010

Color Harmonies of #B14C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C92

Black with #B14C92

Text Example


Text Example

White with #B14C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C92; }

 p { color: rgb(177,76,146); }

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

background-color css

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

 a { background-color: rgb(177,76,146); }

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

border-color css

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

 span { border-color: rgb(177,76,146); }

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