Color Hex Logo

#b48026 Color Hex

#B48026
(180,128,38)
0 Favorites   0 Comments

Color spaces of #b48026

RGB 18012838
HSL0.110.650.43
HSV38°79°71°
CMYK 0.000.290.79   0.29
XYZ26.891425.28165.2962
Yxy25.28160.46790.4399
Hunter Lab50.28087.474728.9514
CIE-Lab57.348812.084153.4564

#b48026 color RGB value is (180,128,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 00100110
Octal 264 200 46
Decimal 180 128 38
Hex B4 80 26

RGB Percentages of Color #b48026

%52.02
%36.99
%10.98

CMYK Percentages of Color #b48026

%0
%29
%79
%29

Triadic Colors of #b48026

#b48026 #26b480 #8026b4

Analogous Colors of #b48026

#b48026 #a1b426 #b43926

Monochromatic Colors of #b48026

#b48026

Complementary Color

#b48026 #265ab4

#b48026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48026 Color CSS Codes

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

#b48026 Text Font Color

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

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


#b48026 Background Color

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

This div background color is #b48026


#b48026 Border Color

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

This div border color is #b48026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48026


Comments

No comments written yet.

Please login to write comment.