Html Css Color HEX #B45296 Mulberry

📋 copy color: '#B45296'

red 180 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #B45296

Tints of Mulberry #B45296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 43.69%
G = 19.9%
B = 36.41%

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

#B45296 (or 0xB45296) is known color: Mulberry. HEX triplet: B4, 52 and 96. RGB value is (180,82,150). Sum of RGB (Red+Green+Blue) = 180+82+150=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B45296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45296 is #4BAD69. Grayscale: #767676. Windows color (decimal): -4959594 or 9851572. OLE color: 9851572.

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

Color convert

RGB 180 82 150 -
CMYK 0 0.54 0.17 0.29
HSL 318.37º 0.4% 0.51% -
HSV(B) 318.37º 0.54% 0.71% -
XYZ 27.34 17.94 30.88 -
YUV 119.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 180 82 150 0 0.54 0.17 0.29 318.37 0.4 0.51
Hex B4 52 96 0 36 11 1D 13E 28 33
Octal 264 122 226 0 66 21 35 476 50 63
Binary 10110100 1010010 10010110 0 110110 10001 11101 100111110 101000 110011

Color Harmonies of #B45296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45296

Black with #B45296

Text Example


Text Example

White with #B45296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45296; }

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

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

background-color css

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

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

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

border-color css

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

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

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