Color Hex Logo

#b49703 Color Hex

#B49703
(180,151,3)
0 Favorites   0 Comments

Color spaces of #b49703

RGB 1801513
HSL0.140.970.36
HSV50°98°71°
CMYK 0.000.160.98   0.29
XYZ29.905431.84314.6563
Yxy31.84310.45030.4795
Hunter Lab56.4297-4.154334.6085
CIE-Lab63.2130-1.361166.6345

#b49703 color RGB value is (180,151,3).

#b49703 hex color red value is 180, green value is 151 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b49703 hue: 0.14 , saturation: 0.97 and the lightness value of b49703 is 0.36.

The process color (four color CMYK) of #b49703 color hex is 0.00, 0.16, 0.98, 0.29. Web safe color of #b49703 is #cc9900. Color #b49703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 00000011
Octal 264 227 3
Decimal 180 151 3
Hex B4 97 3

RGB Percentages of Color #b49703

%53.89
%45.21
%0.90

CMYK Percentages of Color #b49703

%0
%16
%98
%29

Triadic Colors of #b49703

#b49703 #03b497 #9703b4

Analogous Colors of #b49703

#b49703 #79b403 #b43f03

Monochromatic Colors of #b49703

#b49703

Complementary Color

#b49703 #0320b4

#b49703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49703 Color CSS Codes

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

#b49703 Text Font Color

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

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


#b49703 Background Color

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

This div background color is #b49703


#b49703 Border Color

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

This div border color is #b49703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49703


Comments

No comments written yet.

Please login to write comment.