Color Hex Logo

#b07161 Color Hex

#B07161
(176,113,97)
0 Favorites   0 Comments

Color spaces of #b07161

RGB 17611397
HSL0.030.330.54
HSV12°45°69°
CMYK 0.000.360.45   0.31
XYZ25.967321.903414.1684
Yxy21.90340.41860.3531
Hunter Lab46.801117.137814.8115
CIE-Lab53.924423.040719.2108

#b07161 color RGB value is (176,113,97).

#b07161 hex color red value is 176, green value is 113 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b07161 hue: 0.03 , saturation: 0.33 and the lightness value of b07161 is 0.54.

The process color (four color CMYK) of #b07161 color hex is 0.00, 0.36, 0.45, 0.31. Web safe color of #b07161 is #996666. Color #b07161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 01100001
Octal 260 161 141
Decimal 176 113 97
Hex B0 71 61

RGB Percentages of Color #b07161

%45.60
%29.27
%25.13

CMYK Percentages of Color #b07161

%0
%36
%45
%31

Triadic Colors of #b07161

#b07161 #61b071 #7161b0

Analogous Colors of #b07161

#b07161 #b09961 #b06179

Monochromatic Colors of #b07161

#b07161

Complementary Color

#b07161 #61a0b0

#b07161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07161 Color CSS Codes

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

#b07161 Text Font Color

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

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


#b07161 Background Color

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

This div background color is #b07161


#b07161 Border Color

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

This div border color is #b07161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07161

#b07161 Color Palettes


Comments

No comments written yet.

Please login to write comment.