Html Css Color HEX #B45686 Mulberry

📋 copy color: '#B45686'

red 180 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #B45686

Tints of Mulberry #B45686

RGB

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

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

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

R = 45%
G = 21.5%
B = 33.5%

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

#B45686 (or 0xB45686) is known color: Mulberry. HEX triplet: B4, 56 and 86. RGB value is (180,86,134). Sum of RGB (Red+Green+Blue) = 180+86+134=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B45686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45686 is #4BA979. Grayscale: #777777. Windows color (decimal): -4958586 or 8804020. OLE color: 8804020.

HSL color Cylindrical-coordinate representation of color #B45686: hue angle of 329.36º degrees, saturation: 0.39, 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 #B45686 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 134 -
CMYK 0 0.52 0.26 0.29
HSL 329.36º 0.39% 0.52% -
HSV(B) 329.36º 0.52% 0.71% -
XYZ 26.45 18.08 24.65 -
YUV 119.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 180 86 134 0 0.52 0.26 0.29 329.36 0.39 0.52
Hex B4 56 86 0 34 1A 1D 149 27 34
Octal 264 126 206 0 64 32 35 511 47 64
Binary 10110100 1010110 10000110 0 110100 11010 11101 101001001 100111 110100

Color Harmonies of #B45686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45686

Black with #B45686

Text Example


Text Example

White with #B45686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45686; }

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

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

background-color css

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

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

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

border-color css

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

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

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