Html Css Color HEX #B46090 Mulberry

📋 copy color: '#B46090'

red 180 ◦ green 96 ◦ blue 144

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

Shades of Mulberry #B46090

Tints of Mulberry #B46090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 42.86%
G = 22.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B46090 (or 0xB46090) is known color: Mulberry. HEX triplet: B4, 60 and 90. RGB value is (180,96,144). Sum of RGB (Red+Green+Blue) = 180+96+144=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B46090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46090 is #4B9F6F. Grayscale: #7E7E7E. Windows color (decimal): -4956016 or 9461940. OLE color: 9461940.

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

Color convert

RGB 180 96 144 -
CMYK 0 0.47 0.2 0.29
HSL 325.71º 0.36% 0.54% -
HSV(B) 325.71º 0.47% 0.71% -
XYZ 28.04 20.08 28.78 -
YUV 126.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 180 96 144 0 0.47 0.2 0.29 325.71 0.36 0.54
Hex B4 60 90 0 2F 14 1D 146 24 36
Octal 264 140 220 0 57 24 35 506 44 66
Binary 10110100 1100000 10010000 0 101111 10100 11101 101000110 100100 110110

Color Harmonies of #B46090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46090

Black with #B46090

Text Example


Text Example

White with #B46090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46090; }

 p { color: rgb(180,96,144); }

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

background-color css

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

 a { background-color: rgb(180,96,144); }

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

border-color css

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

 span { border-color: rgb(180,96,144); }

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