Color Hex Logo

#b19830 Color Hex

#B19830
(177,152,48)
0 Favorites   0 Comments

Color spaces of #b19830

RGB 17715248
HSL0.130.570.44
HSV48°73°69°
CMYK 0.000.140.73   0.31
XYZ29.893232.01707.4007
Yxy32.01700.43130.4619
Hunter Lab56.5836-4.719431.8538
CIE-Lab63.3569-2.027755.2015

#b19830 color RGB value is (177,152,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011000 00110000
Octal 261 230 60
Decimal 177 152 48
Hex B1 98 30

RGB Percentages of Color #b19830

%46.95
%40.32
%12.73

CMYK Percentages of Color #b19830

%0
%14
%73
%31

Triadic Colors of #b19830

#b19830 #30b198 #9830b1

Analogous Colors of #b19830

#b19830 #8ab130 #b15830

Monochromatic Colors of #b19830

#b19830

Complementary Color

#b19830 #3049b1

#b19830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19830 Color CSS Codes

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

#b19830 Text Font Color

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

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


#b19830 Background Color

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

This div background color is #b19830


#b19830 Border Color

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

This div border color is #b19830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19830


Comments

No comments written yet.

Please login to write comment.