Html Css Color HEX #B75686 Mulberry

📋 copy color: '#B75686'

red 183 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #B75686

Tints of Mulberry #B75686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 45.41%
G = 21.34%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B75686 (or 0xB75686) is known color: Mulberry. HEX triplet: B7, 56 and 86. RGB value is (183,86,134). Sum of RGB (Red+Green+Blue) = 183+86+134=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75686 is #48A979. Grayscale: #787878. Windows color (decimal): -4761978 or 8804023. OLE color: 8804023.

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

Color convert

RGB 183 86 134 -
CMYK 0 0.53 0.27 0.28
HSL 330.31º 0.4% 0.53% -
HSV(B) 330.31º 0.53% 0.72% -
XYZ 27.16 18.44 24.68 -
YUV 120.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 183 86 134 0 0.53 0.27 0.28 330.31 0.4 0.53
Hex B7 56 86 0 35 1B 1C 14A 28 35
Octal 267 126 206 0 65 33 34 512 50 65
Binary 10110111 1010110 10000110 0 110101 11011 11100 101001010 101000 110101

Color Harmonies of #B75686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75686

Black with #B75686

Text Example


Text Example

White with #B75686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75686; }

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

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

background-color css

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

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

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

border-color css

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

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

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