Color Hex Logo

#b4745d Color Hex

#B4745D
(180,116,93)
0 Favorites   0 Comments

Color spaces of #b4745d

RGB 18011693
HSL0.040.370.54
HSV16°48°71°
CMYK 0.000.360.48   0.29
XYZ27.043622.984413.3670
Yxy22.98440.42660.3626
Hunter Lab47.942016.791417.0284
CIE-Lab55.056322.583723.1104

#b4745d color RGB value is (180,116,93).

#b4745d hex color red value is 180, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b4745d hue: 0.04 , saturation: 0.37 and the lightness value of b4745d is 0.54.

The process color (four color CMYK) of #b4745d color hex is 0.00, 0.36, 0.48, 0.29. Web safe color of #b4745d is #cc6666. Color #b4745d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110100 01011101
Octal 264 164 135
Decimal 180 116 93
Hex B4 74 5D

RGB Percentages of Color #b4745d

%46.27
%29.82
%23.91

CMYK Percentages of Color #b4745d

%0
%36
%48
%29

Triadic Colors of #b4745d

#b4745d #5db474 #745db4

Analogous Colors of #b4745d

#b4745d #b4a05d #b45d72

Monochromatic Colors of #b4745d

#b4745d

Complementary Color

#b4745d #5d9db4

#b4745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4745d Color CSS Codes

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

#b4745d Text Font Color

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

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


#b4745d Background Color

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

This div background color is #b4745d


#b4745d Border Color

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

This div border color is #b4745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4745d


Comments

No comments written yet.

Please login to write comment.