Color Hex Logo

#b5731d Color Hex

#B5731D
(181,115,29)
0 Favorites   0 Comments

Color spaces of #b5731d

RGB 18111529
HSL0.090.720.41
HSV34°84°71°
CMYK 0.000.360.84   0.29
XYZ25.408622.17394.1032
Yxy22.17390.49160.4290
Hunter Lab47.089213.909827.7961
CIE-Lab54.211019.461354.0006

#b5731d color RGB value is (181,115,29).

#b5731d hex color red value is 181, green value is 115 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b5731d hue: 0.09 , saturation: 0.72 and the lightness value of b5731d is 0.41.

The process color (four color CMYK) of #b5731d color hex is 0.00, 0.36, 0.84, 0.29. Web safe color of #b5731d is #cc6633. Color #b5731d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 00011101
Octal 265 163 35
Decimal 181 115 29
Hex B5 73 1D

RGB Percentages of Color #b5731d

%55.69
%35.38
%8.92

CMYK Percentages of Color #b5731d

%0
%36
%84
%29

Triadic Colors of #b5731d

#b5731d #1db573 #731db5

Analogous Colors of #b5731d

#b5731d #abb51d #b5271d

Monochromatic Colors of #b5731d

#b5731d

Complementary Color

#b5731d #1d5fb5

#b5731d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5731d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5731d Color CSS Codes

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

#b5731d Text Font Color

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

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


#b5731d Background Color

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

This div background color is #b5731d


#b5731d Border Color

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

This div border color is #b5731d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,115,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5731d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5731d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5731d;
  box-shadow:         1px 1px 3px 2px #b5731d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,115,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5731d


Comments

No comments written yet.

Please login to write comment.