Color Hex Logo

#b1613d Color Hex

#B1613D
(177,97,61)
0 Favorites   0 Comments

Color spaces of #b1613d

RGB 1779761
HSL0.050.490.47
HSV19°66°69°
CMYK 0.000.450.66   0.31
XYZ23.248518.23346.7090
Yxy18.23340.48240.3784
Hunter Lab42.700622.459020.5749
CIE-Lab49.778029.170134.4160

#b1613d color RGB value is (177,97,61).

#b1613d hex color red value is 177, green value is 97 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b1613d hue: 0.05 , saturation: 0.49 and the lightness value of b1613d is 0.47.

The process color (four color CMYK) of #b1613d color hex is 0.00, 0.45, 0.66, 0.31. Web safe color of #b1613d is #996633. Color #b1613d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100001 00111101
Octal 261 141 75
Decimal 177 97 61
Hex B1 61 3D

RGB Percentages of Color #b1613d

%52.84
%28.96
%18.21

CMYK Percentages of Color #b1613d

%0
%45
%66
%31

Triadic Colors of #b1613d

#b1613d #3db161 #613db1

Analogous Colors of #b1613d

#b1613d #b19b3d #b13d53

Monochromatic Colors of #b1613d

#b1613d

Complementary Color

#b1613d #3d8db1

#b1613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1613d Color CSS Codes

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

#b1613d Text Font Color

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

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


#b1613d Background Color

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

This div background color is #b1613d


#b1613d Border Color

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

This div border color is #b1613d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1613d


Comments

No comments written yet.

Please login to write comment.