Html Css Color HEX #B46395 Mulberry

📋 copy color: '#B46395'

red 180 ◦ green 99 ◦ blue 149

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

Shades of Mulberry #B46395

Tints of Mulberry #B46395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

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

R = 42.06%
G = 23.13%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B46395 (or 0xB46395) is known color: Mulberry. HEX triplet: B4, 63 and 95. RGB value is (180,99,149). Sum of RGB (Red+Green+Blue) = 180+99+149=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46395 is #4B9C6A. Grayscale: #808080. Windows color (decimal): -4955243 or 9790388. OLE color: 9790388.

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

Color convert

RGB 180 99 149 -
CMYK 0 0.45 0.17 0.29
HSL 322.96º 0.35% 0.55% -
HSV(B) 322.96º 0.45% 0.71% -
XYZ 28.71 20.8 30.93 -
YUV 128.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 180 99 149 0 0.45 0.17 0.29 322.96 0.35 0.55
Hex B4 63 95 0 2D 11 1D 143 23 37
Octal 264 143 225 0 55 21 35 503 43 67
Binary 10110100 1100011 10010101 0 101101 10001 11101 101000011 100011 110111

Color Harmonies of #B46395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46395

Black with #B46395

Text Example


Text Example

White with #B46395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46395; }

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

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

background-color css

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

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

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

border-color css

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

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

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