Html Css Color HEX #B45786 Mulberry

📋 copy color: '#B45786'

red 180 ◦ green 87 ◦ blue 134

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

Shades of Mulberry #B45786

Tints of Mulberry #B45786

RGB

 RED value IS 180 (70.7% from 255) = 44.89%

 GREEN value IS 87 (34.38% from 255) = 21.7%

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

R = 44.89%
G = 21.7%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B45786 (or 0xB45786) is known color: Mulberry. HEX triplet: B4, 57 and 86. RGB value is (180,87,134). Sum of RGB (Red+Green+Blue) = 180+87+134=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B45786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45786 is #4BA879. Grayscale: #787878. Windows color (decimal): -4958330 or 8804276. OLE color: 8804276.

HSL color Cylindrical-coordinate representation of color #B45786: hue angle of 329.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45786 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 87 134 -
CMYK 0 0.52 0.26 0.29
HSL 329.68º 0.38% 0.52% -
HSV(B) 329.68º 0.52% 0.71% -
XYZ 26.53 18.24 24.68 -
YUV 120.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 180 87 134 0 0.52 0.26 0.29 329.68 0.38 0.52
Hex B4 57 86 0 34 1A 1D 14A 26 34
Octal 264 127 206 0 64 32 35 512 46 64
Binary 10110100 1010111 10000110 0 110100 11010 11101 101001010 100110 110100

Color Harmonies of #B45786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45786

Black with #B45786

Text Example


Text Example

White with #B45786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45786; }

 p { color: rgb(180,87,134); }

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

background-color css

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

 a { background-color: rgb(180,87,134); }

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

border-color css

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

 span { border-color: rgb(180,87,134); }

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