Color Hex Logo

#b76449 Color Hex

#B76449
(183,100,73)
0 Favorites   0 Comments

Color spaces of #b76449

RGB 18310073
HSL0.040.430.50
HSV15°60°72°
CMYK 0.000.450.60   0.28
XYZ25.288219.66278.7658
Yxy19.66270.47080.3660
Hunter Lab44.342624.197319.3192
CIE-Lab51.453730.836929.9406

#b76449 color RGB value is (183,100,73).

#b76449 hex color red value is 183, green value is 100 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b76449 hue: 0.04 , saturation: 0.43 and the lightness value of b76449 is 0.50.

The process color (four color CMYK) of #b76449 color hex is 0.00, 0.45, 0.60, 0.28. Web safe color of #b76449 is #cc6633. Color #b76449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 01001001
Octal 267 144 111
Decimal 183 100 73
Hex B7 64 49

RGB Percentages of Color #b76449

%51.40
%28.09
%20.51

CMYK Percentages of Color #b76449

%0
%45
%60
%28

Triadic Colors of #b76449

#b76449 #49b764 #6449b7

Analogous Colors of #b76449

#b76449 #b79b49 #b74965

Monochromatic Colors of #b76449

#b76449

Complementary Color

#b76449 #499cb7

#b76449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76449 Color CSS Codes

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

#b76449 Text Font Color

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

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


#b76449 Background Color

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

This div background color is #b76449


#b76449 Border Color

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

This div border color is #b76449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,100,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b76449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b76449;
  -webkit-box-shadow: 1px 1px 3px 2px #b76449;
  box-shadow:         1px 1px 3px 2px #b76449; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,100,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76449


Comments

No comments written yet.

Please login to write comment.