Color Hex Logo

#b46379 Color Hex

#B46379
(180,99,121)
0 Favorites   0 Comments

Color spaces of #b46379

RGB 18099121
HSL0.950.350.55
HSV344°45°71°
CMYK 0.000.450.33   0.29
XYZ26.735420.007520.5419
Yxy20.00750.39730.2974
Hunter Lab44.729728.41414.0822
CIE-Lab51.845735.16842.2683

#b46379 color RGB value is (180,99,121).

#b46379 hex color red value is 180, green value is 99 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b46379 hue: 0.95 , saturation: 0.35 and the lightness value of b46379 is 0.55.

The process color (four color CMYK) of #b46379 color hex is 0.00, 0.45, 0.33, 0.29. Web safe color of #b46379 is #cc6666. Color #b46379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100011 01111001
Octal 264 143 171
Decimal 180 99 121
Hex B4 63 79

RGB Percentages of Color #b46379

%45.00
%24.75
%30.25

CMYK Percentages of Color #b46379

%0
%45
%33
%29

Triadic Colors of #b46379

#b46379 #79b463 #6379b4

Analogous Colors of #b46379

#b46379 #b47663 #b463a2

Monochromatic Colors of #b46379

#b46379

Complementary Color

#b46379 #63b49e

#b46379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46379 Color CSS Codes

.mybgcolor {background-color:#b46379; } 
.myforecolor {color:#b46379; }
.mybordercolor {border:3px solid #b46379; }

#b46379 Text Font Color

<p style="color:#b46379">Text here</p>

This sample text font color is #b46379
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b46379 Background Color

<div style="background-color:#b46379">
Div content here</div>

This div background color is #b46379


#b46379 Border Color

<div style="border:3px solid #b46379">
Div here</div>

This div border color is #b46379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,99,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b46379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b46379;
  -webkit-box-shadow: 1px 1px 3px 2px #b46379;
  box-shadow:         1px 1px 3px 2px #b46379; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,99,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b46379">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b46379;
  -webkit-box-shadow: 1px 1px 3px 2px #b46379;
  box-shadow:         1px 1px 3px 2px #b46379;">
Div content here</div>

This div box has shadow with color #b46379


Comments

No comments written yet.

Please login to write comment.