Color Hex Logo

#b07923 Color Hex

#B07923
(176,121,35)
0 Favorites   0 Comments

Color spaces of #b07923

RGB 17612135
HSL0.100.670.41
HSV37°80°69°
CMYK 0.000.310.80   0.31
XYZ25.045223.02624.7146
Yxy23.02620.47450.4362
Hunter Lab47.98569.189927.7647
CIE-Lab55.099314.089652.3547

#b07923 color RGB value is (176,121,35).

#b07923 hex color red value is 176, green value is 121 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b07923 hue: 0.10 , saturation: 0.67 and the lightness value of b07923 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 00100011
Octal 260 171 43
Decimal 176 121 35
Hex B0 79 23

RGB Percentages of Color #b07923

%53.01
%36.45
%10.54

CMYK Percentages of Color #b07923

%0
%31
%80
%31

Triadic Colors of #b07923

#b07923 #23b079 #7923b0

Analogous Colors of #b07923

#b07923 #a1b023 #b03323

Monochromatic Colors of #b07923

#b07923

Complementary Color

#b07923 #235ab0

#b07923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07923 Color CSS Codes

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

#b07923 Text Font Color

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

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


#b07923 Background Color

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

This div background color is #b07923


#b07923 Border Color

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

This div border color is #b07923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07923


Comments

No comments written yet.

Please login to write comment.