Html Css Color HEX #B74F86 Mulberry

📋 copy color: '#B74F86'

red 183 ◦ green 79 ◦ blue 134

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

Shades of Mulberry #B74F86

Tints of Mulberry #B74F86

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.95%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 46.21%
G = 19.95%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B74F86 (or 0xB74F86) is known color: Mulberry. HEX triplet: B7, 4F and 86. RGB value is (183,79,134). Sum of RGB (Red+Green+Blue) = 183+79+134=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F86 is #48B079. Grayscale: #747474. Windows color (decimal): -4763770 or 8802231. OLE color: 8802231.

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

Color convert

RGB 183 79 134 -
CMYK 0 0.57 0.27 0.28
HSL 328.27º 0.42% 0.51% -
HSV(B) 328.27º 0.57% 0.72% -
XYZ 26.63 17.38 24.51 -
YUV 116.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 183 79 134 0 0.57 0.27 0.28 328.27 0.42 0.51
Hex B7 4F 86 0 39 1B 1C 148 2A 33
Octal 267 117 206 0 71 33 34 510 52 63
Binary 10110111 1001111 10000110 0 111001 11011 11100 101001000 101010 110011

Color Harmonies of #B74F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F86

Black with #B74F86

Text Example


Text Example

White with #B74F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F86; }

 p { color: rgb(183,79,134); }

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

background-color css

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

 a { background-color: rgb(183,79,134); }

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

border-color css

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

 span { border-color: rgb(183,79,134); }

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