Color Hex Logo

#b07140 Color Hex

#B07140
(176,113,64)
0 Favorites   0 Comments

Color spaces of #b07140

RGB 17611364
HSL0.070.470.47
HSV26°64°69°
CMYK 0.000.360.64   0.31
XYZ24.735021.41057.6795
Yxy21.41050.45950.3978
Hunter Lab46.271514.444322.5499
CIE-Lab53.395920.103137.0149

#b07140 color RGB value is (176,113,64).

#b07140 hex color red value is 176, green value is 113 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b07140 hue: 0.07 , saturation: 0.47 and the lightness value of b07140 is 0.47.

The process color (four color CMYK) of #b07140 color hex is 0.00, 0.36, 0.64, 0.31. Web safe color of #b07140 is #996633. Color #b07140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 01000000
Octal 260 161 100
Decimal 176 113 64
Hex B0 71 40

RGB Percentages of Color #b07140

%49.86
%32.01
%18.13

CMYK Percentages of Color #b07140

%0
%36
%64
%31

Triadic Colors of #b07140

#b07140 #40b071 #7140b0

Analogous Colors of #b07140

#b07140 #b0a940 #b04047

Monochromatic Colors of #b07140

#b07140

Complementary Color

#b07140 #407fb0

#b07140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07140 Color CSS Codes

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

#b07140 Text Font Color

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

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


#b07140 Background Color

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

This div background color is #b07140


#b07140 Border Color

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

This div border color is #b07140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,113,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b07140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b07140;
  -webkit-box-shadow: 1px 1px 3px 2px #b07140;
  box-shadow:         1px 1px 3px 2px #b07140; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,113,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07140


Comments

No comments written yet.

Please login to write comment.