Color Hex Logo

#b79030 Color Hex

#B79030
(183,144,48)
0 Favorites   0 Comments

Color spaces of #b79030

RGB 18314448
HSL0.120.580.45
HSV43°74°72°
CMYK 0.000.210.74   0.28
XYZ30.035230.22727.0477
Yxy30.22720.44620.4491
Hunter Lab54.97931.300930.8852
CIE-Lab61.84985.006253.9218

#b79030 color RGB value is (183,144,48).

#b79030 hex color red value is 183, green value is 144 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b79030 hue: 0.12 , saturation: 0.58 and the lightness value of b79030 is 0.45.

The process color (four color CMYK) of #b79030 color hex is 0.00, 0.21, 0.74, 0.28. Web safe color of #b79030 is #cc9933. Color #b79030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 00110000
Octal 267 220 60
Decimal 183 144 48
Hex B7 90 30

RGB Percentages of Color #b79030

%48.80
%38.40
%12.80

CMYK Percentages of Color #b79030

%0
%21
%74
%28

Triadic Colors of #b79030

#b79030 #30b790 #9030b7

Analogous Colors of #b79030

#b79030 #9bb730 #b74d30

Monochromatic Colors of #b79030

#b79030

Complementary Color

#b79030 #3057b7

#b79030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79030 Color CSS Codes

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

#b79030 Text Font Color

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

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


#b79030 Background Color

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

This div background color is #b79030


#b79030 Border Color

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

This div border color is #b79030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79030


Comments

No comments written yet.

Please login to write comment.