Color Hex Logo

#b79013 Color Hex

#B79013
(183,144,19)
0 Favorites   0 Comments

Color spaces of #b79013

RGB 18314419
HSL0.130.810.40
HSV46°90°72°
CMYK 0.000.210.90   0.28
XYZ29.619230.06084.8573
Yxy30.06080.45890.4658
Hunter Lab54.82770.481333.1268
CIE-Lab61.70664.043563.0451

#b79013 color RGB value is (183,144,19).

#b79013 hex color red value is 183, green value is 144 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b79013 hue: 0.13 , saturation: 0.81 and the lightness value of b79013 is 0.40.

The process color (four color CMYK) of #b79013 color hex is 0.00, 0.21, 0.90, 0.28. Web safe color of #b79013 is #cc9900. Color #b79013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 00010011
Octal 267 220 23
Decimal 183 144 19
Hex B7 90 13

RGB Percentages of Color #b79013

%52.89
%41.62
%5.49

CMYK Percentages of Color #b79013

%0
%21
%90
%28

Triadic Colors of #b79013

#b79013 #13b790 #9013b7

Analogous Colors of #b79013

#b79013 #8cb713 #b73e13

Monochromatic Colors of #b79013

#b79013

Complementary Color

#b79013 #133ab7

#b79013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79013 Color CSS Codes

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

#b79013 Text Font Color

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

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


#b79013 Background Color

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

This div background color is #b79013


#b79013 Border Color

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

This div border color is #b79013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,144,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b79013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b79013;
  -webkit-box-shadow: 1px 1px 3px 2px #b79013;
  box-shadow:         1px 1px 3px 2px #b79013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,144,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79013


Comments

No comments written yet.

Please login to write comment.