Color Hex Logo

#b16023 Color Hex

#B16023
(177,96,35)
0 Favorites   0 Comments

Color spaces of #b16023

RGB 1779635
HSL0.070.670.42
HSV26°80°69°
CMYK 0.000.460.80   0.31
XYZ22.617717.83423.8404
Yxy17.83420.51060.4026
Hunter Lab42.230621.697024.1696
CIE-Lab49.294428.400546.9869

#b16023 color RGB value is (177,96,35).

#b16023 hex color red value is 177, green value is 96 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b16023 hue: 0.07 , saturation: 0.67 and the lightness value of b16023 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 00100011
Octal 261 140 43
Decimal 177 96 35
Hex B1 60 23

RGB Percentages of Color #b16023

%57.47
%31.17
%11.36

CMYK Percentages of Color #b16023

%0
%46
%80
%31

Triadic Colors of #b16023

#b16023 #23b160 #6023b1

Analogous Colors of #b16023

#b16023 #b1a723 #b1232d

Monochromatic Colors of #b16023

#b16023

Complementary Color

#b16023 #2374b1

#b16023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16023 Color CSS Codes

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

#b16023 Text Font Color

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

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


#b16023 Background Color

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

This div background color is #b16023


#b16023 Border Color

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

This div border color is #b16023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16023


Comments

No comments written yet.

Please login to write comment.