Html Css Color HEX #B45295 Mulberry

📋 copy color: '#B45295'

red 180 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #B45295

Tints of Mulberry #B45295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 43.8%
G = 19.95%
B = 36.25%

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

#B45295 (or 0xB45295) is known color: Mulberry. HEX triplet: B4, 52 and 95. RGB value is (180,82,149). Sum of RGB (Red+Green+Blue) = 180+82+149=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45295 is #4BAD6A. Grayscale: #767676. Windows color (decimal): -4959595 or 9786036. OLE color: 9786036.

HSL color Cylindrical-coordinate representation of color #B45295: hue angle of 318.98º 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 #B45295 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 149 -
CMYK 0 0.54 0.17 0.29
HSL 318.98º 0.4% 0.51% -
HSV(B) 318.98º 0.54% 0.71% -
XYZ 27.26 17.91 30.45 -
YUV 118.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 180 82 149 0 0.54 0.17 0.29 318.98 0.4 0.51
Hex B4 52 95 0 36 11 1D 13F 28 33
Octal 264 122 225 0 66 21 35 477 50 63
Binary 10110100 1010010 10010101 0 110110 10001 11101 100111111 101000 110011

Color Harmonies of #B45295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45295

Black with #B45295

Text Example


Text Example

White with #B45295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45295; }

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

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

background-color css

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

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

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

border-color css

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

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

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