Color Hex Logo

#b4754f Color Hex

#B4754F
(180,117,79)
0 Favorites   0 Comments

Color spaces of #b4754f

RGB 18011779
HSL0.060.400.51
HSV23°56°71°
CMYK 0.000.350.56   0.29
XYZ26.595022.990410.4330
Yxy22.99040.44310.3831
Hunter Lab47.948315.097220.6630
CIE-Lab55.062420.728631.0021

#b4754f color RGB value is (180,117,79).

#b4754f hex color red value is 180, green value is 117 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b4754f hue: 0.06 , saturation: 0.40 and the lightness value of b4754f is 0.51.

The process color (four color CMYK) of #b4754f color hex is 0.00, 0.35, 0.56, 0.29. Web safe color of #b4754f is #cc6666. Color #b4754f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 01001111
Octal 264 165 117
Decimal 180 117 79
Hex B4 75 4F

RGB Percentages of Color #b4754f

%47.87
%31.12
%21.01

CMYK Percentages of Color #b4754f

%0
%35
%56
%29

Triadic Colors of #b4754f

#b4754f #4fb475 #754fb4

Analogous Colors of #b4754f

#b4754f #b4a84f #b44f5c

Monochromatic Colors of #b4754f

#b4754f

Complementary Color

#b4754f #4f8eb4

#b4754f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4754f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4754f Color CSS Codes

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

#b4754f Text Font Color

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

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


#b4754f Background Color

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

This div background color is #b4754f


#b4754f Border Color

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

This div border color is #b4754f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4754f


Comments

No comments written yet.

Please login to write comment.