Html Css Color HEX #B45396 Mulberry

📋 copy color: '#B45396'

red 180 ◦ green 83 ◦ blue 150

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

Shades of Mulberry #B45396

Tints of Mulberry #B45396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 43.58%
G = 20.1%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B45396 (or 0xB45396) is known color: Mulberry. HEX triplet: B4, 53 and 96. RGB value is (180,83,150). Sum of RGB (Red+Green+Blue) = 180+83+150=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B45396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45396 is #4BAC69. Grayscale: #777777. Windows color (decimal): -4959338 or 9851828. OLE color: 9851828.

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

Color convert

RGB 180 83 150 -
CMYK 0 0.54 0.17 0.29
HSL 318.56º 0.39% 0.52% -
HSV(B) 318.56º 0.54% 0.71% -
XYZ 27.42 18.09 30.9 -
YUV 119.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 180 83 150 0 0.54 0.17 0.29 318.56 0.39 0.52
Hex B4 53 96 0 36 11 1D 13F 27 34
Octal 264 123 226 0 66 21 35 477 47 64
Binary 10110100 1010011 10010110 0 110110 10001 11101 100111111 100111 110100

Color Harmonies of #B45396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45396

Black with #B45396

Text Example


Text Example

White with #B45396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45396; }

 p { color: rgb(180,83,150); }

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

background-color css

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

 a { background-color: rgb(180,83,150); }

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

border-color css

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

 span { border-color: rgb(180,83,150); }

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