Color Hex Logo

#b14306 Color Hex

#B14306
(177,67,6)
0 Favorites   0 Comments

Color spaces of #b14306

RGB 177676
HSL0.060.930.36
HSV21°97°69°
CMYK 0.000.620.97   0.31
XYZ20.171513.37461.6907
Yxy13.37460.57250.3796
Hunter Lab36.571334.454822.8589
CIE-Lab43.322342.543052.3839

#b14306 color RGB value is (177,67,6).

#b14306 hex color red value is 177, green value is 67 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b14306 hue: 0.06 , saturation: 0.93 and the lightness value of b14306 is 0.36.

The process color (four color CMYK) of #b14306 color hex is 0.00, 0.62, 0.97, 0.31. Web safe color of #b14306 is #993300. Color #b14306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000011 00000110
Octal 261 103 6
Decimal 177 67 6
Hex B1 43 6

RGB Percentages of Color #b14306

%70.80
%26.80
%2.40

CMYK Percentages of Color #b14306

%0
%62
%97
%31

Triadic Colors of #b14306

#b14306 #06b143 #4306b1

Analogous Colors of #b14306

#b14306 #b19906 #b1061e

Monochromatic Colors of #b14306

#b14306

Complementary Color

#b14306 #0674b1

#b14306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14306 Color CSS Codes

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

#b14306 Text Font Color

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

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


#b14306 Background Color

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

This div background color is #b14306


#b14306 Border Color

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

This div border color is #b14306


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,67,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14306


Comments

No comments written yet.

Please login to write comment.