Color Hex Logo

#b49753 Color Hex

#B49753
(180,151,83)
0 Favorites   0 Comments

Color spaces of #b49753

RGB 18015183
HSL0.120.390.52
HSV42°54°71°
CMYK 0.000.160.54   0.29
XYZ31.450332.461012.7916
Yxy32.46100.41000.4232
Hunter Lab56.9746-1.172426.5707
CIE-Lab63.72212.202639.4987

#b49753 color RGB value is (180,151,83).

#b49753 hex color red value is 180, green value is 151 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b49753 hue: 0.12 , saturation: 0.39 and the lightness value of b49753 is 0.52.

The process color (four color CMYK) of #b49753 color hex is 0.00, 0.16, 0.54, 0.29. Web safe color of #b49753 is #cc9966. Color #b49753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 01010011
Octal 264 227 123
Decimal 180 151 83
Hex B4 97 53

RGB Percentages of Color #b49753

%43.48
%36.47
%20.05

CMYK Percentages of Color #b49753

%0
%16
%54
%29

Triadic Colors of #b49753

#b49753 #53b497 #9753b4

Analogous Colors of #b49753

#b49753 #a1b453 #b46753

Monochromatic Colors of #b49753

#b49753

Complementary Color

#b49753 #5370b4

#b49753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49753 Color CSS Codes

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

#b49753 Text Font Color

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

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


#b49753 Background Color

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

This div background color is #b49753


#b49753 Border Color

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

This div border color is #b49753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49753


Comments

No comments written yet.

Please login to write comment.