Html Css Color HEX #B45497 Mulberry

📋 copy color: '#B45497'

red 180 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #B45497

Tints of Mulberry #B45497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.24%

 BLUE value IS 151 (59.38% from 255) = 36.39%

R = 43.37%
G = 20.24%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B45497 (or 0xB45497) is known color: Mulberry. HEX triplet: B4, 54 and 97. RGB value is (180,84,151). Sum of RGB (Red+Green+Blue) = 180+84+151=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B45497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45497 is #4BAB68. Grayscale: #787878. Windows color (decimal): -4959081 or 9917620. OLE color: 9917620.

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

Color convert

RGB 180 84 151 -
CMYK 0 0.53 0.16 0.29
HSL 318.13º 0.39% 0.52% -
HSV(B) 318.13º 0.53% 0.71% -
XYZ 27.58 18.28 31.35 -
YUV 120.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 180 84 151 0 0.53 0.16 0.29 318.13 0.39 0.52
Hex B4 54 97 0 35 10 1D 13E 27 34
Octal 264 124 227 0 65 20 35 476 47 64
Binary 10110100 1010100 10010111 0 110101 10000 11101 100111110 100111 110100

Color Harmonies of #B45497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45497

Black with #B45497

Text Example


Text Example

White with #B45497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45497; }

 p { color: rgb(180,84,151); }

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

background-color css

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

 a { background-color: rgb(180,84,151); }

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

border-color css

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

 span { border-color: rgb(180,84,151); }

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