Color Hex Logo

#b5750d Color Hex

#B5750D
(181,117,13)
0 Favorites   0 Comments

Color spaces of #b5750d

RGB 18111713
HSL0.100.870.38
HSV37°93°71°
CMYK 0.000.350.93   0.29
XYZ25.490022.57543.3948
Yxy22.57540.49530.4387
Hunter Lab47.513612.612629.0233
CIE-Lab54.632317.989358.8319

#b5750d color RGB value is (181,117,13).

#b5750d hex color red value is 181, green value is 117 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b5750d hue: 0.10 , saturation: 0.87 and the lightness value of b5750d is 0.38.

The process color (four color CMYK) of #b5750d color hex is 0.00, 0.35, 0.93, 0.29. Web safe color of #b5750d is #cc6600. Color #b5750d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 00001101
Octal 265 165 15
Decimal 181 117 13
Hex B5 75 D

RGB Percentages of Color #b5750d

%58.20
%37.62
%4.18

CMYK Percentages of Color #b5750d

%0
%35
%93
%29

Triadic Colors of #b5750d

#b5750d #0db575 #750db5

Analogous Colors of #b5750d

#b5750d #a1b50d #b5210d

Monochromatic Colors of #b5750d

#b5750d

Complementary Color

#b5750d #0d4db5

#b5750d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5750d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5750d Color CSS Codes

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

#b5750d Text Font Color

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

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


#b5750d Background Color

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

This div background color is #b5750d


#b5750d Border Color

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

This div border color is #b5750d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5750d


Comments

No comments written yet.

Please login to write comment.