Html Css Color HEX #B74D91 Mulberry

📋 copy color: '#B74D91'

red 183 ◦ green 77 ◦ blue 145

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

Shades of Mulberry #B74D91

Tints of Mulberry #B74D91

RGB

 RED value IS 183 (71.88% from 255) = 45.19%

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 45.19%
G = 19.01%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B74D91 (or 0xB74D91) is known color: Mulberry. HEX triplet: B7, 4D and 91. RGB value is (183,77,145). Sum of RGB (Red+Green+Blue) = 183+77+145=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D91 is #48B26E. Grayscale: #747474. Windows color (decimal): -4764271 or 9522615. OLE color: 9522615.

HSL color Cylindrical-coordinate representation of color #B74D91: hue angle of 321.51º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D91 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 77 145 -
CMYK 0 0.58 0.21 0.28
HSL 321.51º 0.42% 0.51% -
HSV(B) 321.51º 0.58% 0.72% -
XYZ 27.29 17.42 28.71 -
YUV 116.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 183 77 145 0 0.58 0.21 0.28 321.51 0.42 0.51
Hex B7 4D 91 0 3A 15 1C 142 2A 33
Octal 267 115 221 0 72 25 34 502 52 63
Binary 10110111 1001101 10010001 0 111010 10101 11100 101000010 101010 110011

Color Harmonies of #B74D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74D91

Black with #B74D91

Text Example


Text Example

White with #B74D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74D91; }

 p { color: rgb(183,77,145); }

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

background-color css

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

 a { background-color: rgb(183,77,145); }

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

border-color css

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

 span { border-color: rgb(183,77,145); }

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