Html Css Color HEX #B45095 Mulberry

📋 copy color: '#B45095'

red 180 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #B45095

Tints of Mulberry #B45095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

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

R = 44.01%
G = 19.56%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B45095 (or 0xB45095) is known color: Mulberry. HEX triplet: B4, 50 and 95. RGB value is (180,80,149). Sum of RGB (Red+Green+Blue) = 180+80+149=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B45095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45095 is #4BAF6A. Grayscale: #757575. Windows color (decimal): -4960107 or 9785524. OLE color: 9785524.

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

Color convert

RGB 180 80 149 -
CMYK 0 0.56 0.17 0.29
HSL 318.6º 0.4% 0.51% -
HSV(B) 318.6º 0.56% 0.71% -
XYZ 27.12 17.61 30.4 -
YUV 117.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 180 80 149 0 0.56 0.17 0.29 318.6 0.4 0.51
Hex B4 50 95 0 38 11 1D 13F 28 33
Octal 264 120 225 0 70 21 35 477 50 63
Binary 10110100 1010000 10010101 0 111000 10001 11101 100111111 101000 110011

Color Harmonies of #B45095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45095

Black with #B45095

Text Example


Text Example

White with #B45095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45095; }

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

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

background-color css

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

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

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

border-color css

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

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

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