Color Hex Logo

#b07c23 Color Hex

#B07C23
(176,124,35)
0 Favorites   1 Comments

Color spaces of #b07c23

RGB 17612435
HSL0.110.670.41
HSV38°80°69°
CMYK 0.000.300.80   0.31
XYZ25.415523.76684.8380
Yxy23.76680.47050.4400
Hunter Lab48.75127.742928.2420
CIE-Lab55.853512.410753.0476

#b07c23 color RGB value is (176,124,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111100 00100011
Octal 260 174 43
Decimal 176 124 35
Hex B0 7C 23

RGB Percentages of Color #b07c23

%52.54
%37.01
%10.45

CMYK Percentages of Color #b07c23

%0
%30
%80
%31

Triadic Colors of #b07c23

#b07c23 #23b07c #7c23b0

Analogous Colors of #b07c23

#b07c23 #9eb023 #b03623

Monochromatic Colors of #b07c23

#b07c23

Complementary Color

#b07c23 #2357b0

#b07c23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07c23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07c23 Color CSS Codes

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

#b07c23 Text Font Color

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

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


#b07c23 Background Color

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

This div background color is #b07c23


#b07c23 Border Color

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

This div border color is #b07c23


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,124,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 #b07c23">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07c23


Comments

10 Apr 2020, 5:55 Super21

Congratulations! Ping Super with the code word “Atlantic Midnight” to receive your advantage

Please login to write comment.