Color Hex Logo

#b48f38 Color Hex

#B48F38
(180,143,56)
0 Favorites   0 Comments

Color spaces of #b48f38

RGB 18014356
HSL0.120.530.46
HSV42°69°71°
CMYK 0.000.210.69   0.29
XYZ29.358729.63377.9139
Yxy29.63370.43880.4429
Hunter Lab54.43681.003629.4864
CIE-Lab61.33694.640649.8740

#b48f38 color RGB value is (180,143,56).

#b48f38 hex color red value is 180, green value is 143 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b48f38 hue: 0.12 , saturation: 0.53 and the lightness value of b48f38 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001111 00111000
Octal 264 217 70
Decimal 180 143 56
Hex B4 8F 38

RGB Percentages of Color #b48f38

%47.49
%37.73
%14.78

CMYK Percentages of Color #b48f38

%0
%21
%69
%29

Triadic Colors of #b48f38

#b48f38 #38b48f #8f38b4

Analogous Colors of #b48f38

#b48f38 #9bb438 #b45138

Monochromatic Colors of #b48f38

#b48f38

Complementary Color

#b48f38 #385db4

#b48f38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48f38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48f38 Color CSS Codes

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

#b48f38 Text Font Color

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

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


#b48f38 Background Color

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

This div background color is #b48f38


#b48f38 Border Color

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

This div border color is #b48f38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48f38


Comments

No comments written yet.

Please login to write comment.