Color Hex Logo

#b19030 Color Hex

#B19030
(177,144,48)
0 Favorites   0 Comments

Color spaces of #b19030

RGB 17714448
HSL0.120.570.44
HSV45°73°69°
CMYK 0.000.190.73   0.31
XYZ28.638229.50706.9823
Yxy29.50700.43970.4531
Hunter Lab54.3203-0.953730.4031
CIE-Lab61.22652.328553.0964

#b19030 color RGB value is (177,144,48).

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

The process color (four color CMYK) of #b19030 color hex is 0.00, 0.19, 0.73, 0.31. Web safe color of #b19030 is #999933. Color #b19030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 00110000
Octal 261 220 60
Decimal 177 144 48
Hex B1 90 30

RGB Percentages of Color #b19030

%47.97
%39.02
%13.01

CMYK Percentages of Color #b19030

%0
%19
%73
%31

Triadic Colors of #b19030

#b19030 #30b190 #9030b1

Analogous Colors of #b19030

#b19030 #92b130 #b15030

Monochromatic Colors of #b19030

#b19030

Complementary Color

#b19030 #3051b1

#b19030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19030 Color CSS Codes

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

#b19030 Text Font Color

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

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


#b19030 Background Color

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

This div background color is #b19030


#b19030 Border Color

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

This div border color is #b19030


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,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 #b19030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19030


Comments

No comments written yet.

Please login to write comment.