Color Hex Logo

#b48024 Color Hex

#B48024
(180,128,36)
0 Favorites   0 Comments

Color spaces of #b48024

RGB 18012836
HSL0.110.670.42
HSV38°80°71°
CMYK 0.000.290.80   0.29
XYZ26.860025.26905.1308
Yxy25.26900.46910.4413
Hunter Lab50.26837.408929.1362
CIE-Lab57.336612.008954.2034

#b48024 color RGB value is (180,128,36).

#b48024 hex color red value is 180, green value is 128 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b48024 hue: 0.11 , saturation: 0.67 and the lightness value of b48024 is 0.42.

The process color (four color CMYK) of #b48024 color hex is 0.00, 0.29, 0.80, 0.29. Web safe color of #b48024 is #cc9933. Color #b48024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 00100100
Octal 264 200 44
Decimal 180 128 36
Hex B4 80 24

RGB Percentages of Color #b48024

%52.33
%37.21
%10.47

CMYK Percentages of Color #b48024

%0
%29
%80
%29

Triadic Colors of #b48024

#b48024 #24b480 #8024b4

Analogous Colors of #b48024

#b48024 #a0b424 #b43824

Monochromatic Colors of #b48024

#b48024

Complementary Color

#b48024 #2458b4

#b48024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48024 Color CSS Codes

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

#b48024 Text Font Color

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

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


#b48024 Background Color

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

This div background color is #b48024


#b48024 Border Color

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

This div border color is #b48024


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,128,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b48024; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b48024;
  -webkit-box-shadow: 1px 1px 3px 2px #b48024;
  box-shadow:         1px 1px 3px 2px #b48024; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,128,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48024


Comments

No comments written yet.

Please login to write comment.