Color Hex Logo

#b75a13 Color Hex

#B75A13
(183,90,19)
0 Favorites   0 Comments

Color spaces of #b75a13

RGB 1839019
HSL0.070.810.40
HSV26°90°72°
CMYK 0.000.510.90   0.28
XYZ23.302117.42662.7516
Yxy17.42660.53590.4008
Hunter Lab41.745226.584425.3136
CIE-Lab48.793133.655353.0212

#b75a13 color RGB value is (183,90,19).

#b75a13 hex color red value is 183, green value is 90 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b75a13 hue: 0.07 , saturation: 0.81 and the lightness value of b75a13 is 0.40.

The process color (four color CMYK) of #b75a13 color hex is 0.00, 0.51, 0.90, 0.28. Web safe color of #b75a13 is #cc6600. Color #b75a13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011010 00010011
Octal 267 132 23
Decimal 183 90 19
Hex B7 5A 13

RGB Percentages of Color #b75a13

%62.67
%30.82
%6.51

CMYK Percentages of Color #b75a13

%0
%51
%90
%28

Triadic Colors of #b75a13

#b75a13 #13b75a #5a13b7

Analogous Colors of #b75a13

#b75a13 #b7ac13 #b7131e

Monochromatic Colors of #b75a13

#b75a13

Complementary Color

#b75a13 #1370b7

#b75a13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75a13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75a13 Color CSS Codes

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

#b75a13 Text Font Color

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

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


#b75a13 Background Color

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

This div background color is #b75a13


#b75a13 Border Color

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

This div border color is #b75a13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,90,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75a13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75a13;
  -webkit-box-shadow: 1px 1px 3px 2px #b75a13;
  box-shadow:         1px 1px 3px 2px #b75a13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,90,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75a13


Comments

No comments written yet.

Please login to write comment.