Html Css Color HEX #B45092 Mulberry

📋 copy color: '#B45092'

red 180 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #B45092

Tints of Mulberry #B45092

RGB

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

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

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

R = 44.33%
G = 19.7%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45092 (or 0xB45092) is known color: Mulberry. HEX triplet: B4, 50 and 92. RGB value is (180,80,146). Sum of RGB (Red+Green+Blue) = 180+80+146=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B45092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45092 is #4BAF6D. Grayscale: #757575. Windows color (decimal): -4960110 or 9588916. OLE color: 9588916.

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

Color convert

RGB 180 80 146 -
CMYK 0 0.56 0.19 0.29
HSL 320.4º 0.4% 0.51% -
HSV(B) 320.4º 0.56% 0.71% -
XYZ 26.88 17.52 29.16 -
YUV 117.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 180 80 146 0 0.56 0.19 0.29 320.4 0.4 0.51
Hex B4 50 92 0 38 13 1D 140 28 33
Octal 264 120 222 0 70 23 35 500 50 63
Binary 10110100 1010000 10010010 0 111000 10011 11101 101000000 101000 110011

Color Harmonies of #B45092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45092

Black with #B45092

Text Example


Text Example

White with #B45092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45092; }

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

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

background-color css

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

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

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

border-color css

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

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

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