Color Hex Logo

#b49833 Color Hex

#B49833
(180,152,51)
0 Favorites   0 Comments

Color spaces of #b49833

RGB 18015251
HSL0.130.560.45
HSV47°72°71°
CMYK 0.000.160.72   0.29
XYZ30.648232.39887.7702
Yxy32.39880.43280.4575
Hunter Lab56.9199-3.497731.7502
CIE-Lab63.6711-0.543254.4068

#b49833 color RGB value is (180,152,51).

#b49833 hex color red value is 180, green value is 152 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b49833 hue: 0.13 , saturation: 0.56 and the lightness value of b49833 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 00110011
Octal 264 230 63
Decimal 180 152 51
Hex B4 98 33

RGB Percentages of Color #b49833

%47.00
%39.69
%13.32

CMYK Percentages of Color #b49833

%0
%16
%72
%29

Triadic Colors of #b49833

#b49833 #33b498 #9833b4

Analogous Colors of #b49833

#b49833 #90b433 #b45833

Monochromatic Colors of #b49833

#b49833

Complementary Color

#b49833 #334fb4

#b49833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49833 Color CSS Codes

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

#b49833 Text Font Color

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

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


#b49833 Background Color

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

This div background color is #b49833


#b49833 Border Color

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

This div border color is #b49833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49833


Comments

No comments written yet.

Please login to write comment.