Html Css Color HEX #B14792 Mulberry

📋 copy color: '#B14792'

red 177 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #B14792

Tints of Mulberry #B14792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

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

R = 44.92%
G = 18.02%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B14792 (or 0xB14792) is known color: Mulberry. HEX triplet: B1, 47 and 92. RGB value is (177,71,146). Sum of RGB (Red+Green+Blue) = 177+71+146=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14792 is #4EB86D. Grayscale: #6F6F6F. Windows color (decimal): -5159022 or 9586609. OLE color: 9586609.

HSL color Cylindrical-coordinate representation of color #B14792: hue angle of 317.55º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14792 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 146 -
CMYK 0 0.60 0.18 0.31
HSL 317.55º 0.43% 0.49% -
HSV(B) 317.55º 0.6% 0.69% -
XYZ 25.57 15.93 28.92 -
YUV 111.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 177 71 146 0 0.60 0.18 0.31 317.55 0.43 0.49
Hex B1 47 92 0 3C 12 1F 13E 2B 31
Octal 261 107 222 0 74 22 37 476 53 61
Binary 10110001 1000111 10010010 0 111100 10010 11111 100111110 101011 110001

Color Harmonies of #B14792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14792

Black with #B14792

Text Example


Text Example

White with #B14792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14792; }

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

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

background-color css

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

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

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

border-color css

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

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

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