Color Hex Logo

#b4793c Color Hex

#B4793C
(180,121,60)
0 Favorites   0 Comments

Color spaces of #b4793c

RGB 18012160
HSL0.080.500.47
HSV31°67°71°
CMYK 0.000.330.67   0.29
XYZ26.475423.70437.4549
Yxy23.70430.45940.4113
Hunter Lab48.687111.863725.0025
CIE-Lab55.790517.099441.9572

#b4793c color RGB value is (180,121,60).

#b4793c hex color red value is 180, green value is 121 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b4793c hue: 0.08 , saturation: 0.50 and the lightness value of b4793c is 0.47.

The process color (four color CMYK) of #b4793c color hex is 0.00, 0.33, 0.67, 0.29. Web safe color of #b4793c is #cc6633. Color #b4793c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111001 00111100
Octal 264 171 74
Decimal 180 121 60
Hex B4 79 3C

RGB Percentages of Color #b4793c

%49.86
%33.52
%16.62

CMYK Percentages of Color #b4793c

%0
%33
%67
%29

Triadic Colors of #b4793c

#b4793c #3cb479 #793cb4

Analogous Colors of #b4793c

#b4793c #b3b43c #b43d3c

Monochromatic Colors of #b4793c

#b4793c

Complementary Color

#b4793c #3c77b4

#b4793c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4793c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4793c Color CSS Codes

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

#b4793c Text Font Color

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

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


#b4793c Background Color

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

This div background color is #b4793c


#b4793c Border Color

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

This div border color is #b4793c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4793c


Comments

No comments written yet.

Please login to write comment.