Color Hex Logo

#b45f6e Color Hex

#B45F6E
(180,95,110)
0 Favorites   0 Comments

Color spaces of #b45f6e

RGB 18095110
HSL0.970.360.54
HSV349°47°71°
CMYK 0.000.470.39   0.29
XYZ25.729119.013517.0658
Yxy19.01350.41630.3076
Hunter Lab43.604529.01727.3184
CIE-Lab50.703035.93087.1720

#b45f6e color RGB value is (180,95,110).

#b45f6e hex color red value is 180, green value is 95 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b45f6e hue: 0.97 , saturation: 0.36 and the lightness value of b45f6e is 0.54.

The process color (four color CMYK) of #b45f6e color hex is 0.00, 0.47, 0.39, 0.29. Web safe color of #b45f6e is #cc6666. Color #b45f6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011111 01101110
Octal 264 137 156
Decimal 180 95 110
Hex B4 5F 6E

RGB Percentages of Color #b45f6e

%46.75
%24.68
%28.57

CMYK Percentages of Color #b45f6e

%0
%47
%39
%29

Triadic Colors of #b45f6e

#b45f6e #6eb45f #5f6eb4

Analogous Colors of #b45f6e

#b45f6e #b47b5f #b45f99

Monochromatic Colors of #b45f6e

#b45f6e

Complementary Color

#b45f6e #5fb4a5

#b45f6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45f6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45f6e Color CSS Codes

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

#b45f6e Text Font Color

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

This sample text font color is #b45f6e
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.


#b45f6e Background Color

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

This div background color is #b45f6e


#b45f6e Border Color

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

This div border color is #b45f6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45f6e


Comments

No comments written yet.

Please login to write comment.