Html Css Color HEX #B46192 Mulberry

📋 copy color: '#B46192'

red 180 ◦ green 97 ◦ blue 146

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

Shades of Mulberry #B46192

Tints of Mulberry #B46192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 42.55%
G = 22.93%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46192 (or 0xB46192) is known color: Mulberry. HEX triplet: B4, 61 and 92. RGB value is (180,97,146). Sum of RGB (Red+Green+Blue) = 180+97+146=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B46192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46192 is #4B9E6D. Grayscale: #7F7F7F. Windows color (decimal): -4955758 or 9593268. OLE color: 9593268.

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

Color convert

RGB 180 97 146 -
CMYK 0 0.46 0.19 0.29
HSL 324.58º 0.36% 0.54% -
HSV(B) 324.58º 0.46% 0.71% -
XYZ 28.29 20.33 29.63 -
YUV 127.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 180 97 146 0 0.46 0.19 0.29 324.58 0.36 0.54
Hex B4 61 92 0 2E 13 1D 145 24 36
Octal 264 141 222 0 56 23 35 505 44 66
Binary 10110100 1100001 10010010 0 101110 10011 11101 101000101 100100 110110

Color Harmonies of #B46192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46192

Black with #B46192

Text Example


Text Example

White with #B46192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46192; }

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

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

background-color css

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

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

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

border-color css

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

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

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