Html Css Color HEX #B45D92 Mulberry

📋 copy color: '#B45D92'

red 180 ◦ green 93 ◦ blue 146

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

Shades of Mulberry #B45D92

Tints of Mulberry #B45D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 42.96%
G = 22.2%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45D92 (or 0xB45D92) is known color: Mulberry. HEX triplet: B4, 5D and 92. RGB value is (180,93,146). Sum of RGB (Red+Green+Blue) = 180+93+146=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D92 is #4BA26D. Grayscale: #7C7C7C. Windows color (decimal): -4956782 or 9592244. OLE color: 9592244.

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

Color convert

RGB 180 93 146 -
CMYK 0 0.48 0.19 0.29
HSL 323.45º 0.37% 0.54% -
HSV(B) 323.45º 0.48% 0.71% -
XYZ 27.93 19.61 29.51 -
YUV 125.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 180 93 146 0 0.48 0.19 0.29 323.45 0.37 0.54
Hex B4 5D 92 0 30 13 1D 143 25 36
Octal 264 135 222 0 60 23 35 503 45 66
Binary 10110100 1011101 10010010 0 110000 10011 11101 101000011 100101 110110

Color Harmonies of #B45D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D92

Black with #B45D92

Text Example


Text Example

White with #B45D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D92; }

 p { color: rgb(180,93,146); }

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

background-color css

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

 a { background-color: rgb(180,93,146); }

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

border-color css

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

 span { border-color: rgb(180,93,146); }

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