Color Hex Logo

#b38e15 Color Hex

#B38E15
(179,142,21)
0 Favorites   0 Comments

Color spaces of #b38e15

RGB 17914221
HSL0.130.790.39
HSV46°88°70°
CMYK 0.000.210.88   0.30
XYZ28.398828.98394.8071
Yxy28.98390.45660.4661
Hunter Lab53.8367-0.055732.3917
CIE-Lab60.76743.370761.6709

#b38e15 color RGB value is (179,142,21).

#b38e15 hex color red value is 179, green value is 142 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b38e15 hue: 0.13 , saturation: 0.79 and the lightness value of b38e15 is 0.39.

The process color (four color CMYK) of #b38e15 color hex is 0.00, 0.21, 0.88, 0.30. Web safe color of #b38e15 is #cc9900. Color #b38e15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 00010101
Octal 263 216 25
Decimal 179 142 21
Hex B3 8E 15

RGB Percentages of Color #b38e15

%52.34
%41.52
%6.14

CMYK Percentages of Color #b38e15

%0
%21
%88
%30

Triadic Colors of #b38e15

#b38e15 #15b38e #8e15b3

Analogous Colors of #b38e15

#b38e15 #89b315 #b33f15

Monochromatic Colors of #b38e15

#b38e15

Complementary Color

#b38e15 #153ab3

#b38e15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38e15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38e15 Color CSS Codes

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

#b38e15 Text Font Color

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

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


#b38e15 Background Color

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

This div background color is #b38e15


#b38e15 Border Color

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

This div border color is #b38e15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,142,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38e15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38e15;
  -webkit-box-shadow: 1px 1px 3px 2px #b38e15;
  box-shadow:         1px 1px 3px 2px #b38e15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,142,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38e15


Comments

No comments written yet.

Please login to write comment.