Color Hex Logo

#b46108 Color Hex

#B46108
(180,97,8)
0 Favorites   0 Comments

Color spaces of #b46108

RGB 180978
HSL0.090.910.37
HSV31°96°71°
CMYK 0.000.460.96   0.29
XYZ23.140918.27022.5366
Yxy18.27020.52660.4157
Hunter Lab42.743721.836426.4020
CIE-Lab49.822228.496356.3658

#b46108 color RGB value is (180,97,8).

#b46108 hex color red value is 180, green value is 97 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b46108 hue: 0.09 , saturation: 0.91 and the lightness value of b46108 is 0.37.

The process color (four color CMYK) of #b46108 color hex is 0.00, 0.46, 0.96, 0.29. Web safe color of #b46108 is #cc6600. Color #b46108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 00001000
Octal 264 141 10
Decimal 180 97 8
Hex B4 61 8

RGB Percentages of Color #b46108

%63.16
%34.04
%2.81

CMYK Percentages of Color #b46108

%0
%46
%96
%29

Triadic Colors of #b46108

#b46108 #08b461 #6108b4

Analogous Colors of #b46108

#b46108 #b1b408 #b40b08

Monochromatic Colors of #b46108

#b46108

Complementary Color

#b46108 #085bb4

#b46108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46108 Color CSS Codes

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

#b46108 Text Font Color

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

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


#b46108 Background Color

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

This div background color is #b46108


#b46108 Border Color

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

This div border color is #b46108


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,97,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b46108; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b46108;
  -webkit-box-shadow: 1px 1px 3px 2px #b46108;
  box-shadow:         1px 1px 3px 2px #b46108; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,97,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46108


Comments

No comments written yet.

Please login to write comment.