Color Hex Logo

#b46238 Color Hex

#B46238
(180,98,56)
0 Favorites   0 Comments

Color spaces of #b46238

RGB 1809856
HSL0.060.530.46
HSV20°69°71°
CMYK 0.000.460.69   0.29
XYZ23.903918.72426.0956
Yxy18.72420.49060.3843
Hunter Lab43.271522.881421.9379
CIE-Lab50.363029.559937.9094

#b46238 color RGB value is (180,98,56).

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

The process color (four color CMYK) of #b46238 color hex is 0.00, 0.46, 0.69, 0.29. Web safe color of #b46238 is #cc6633. Color #b46238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 00111000
Octal 264 142 70
Decimal 180 98 56
Hex B4 62 38

RGB Percentages of Color #b46238

%53.89
%29.34
%16.77

CMYK Percentages of Color #b46238

%0
%46
%69
%29

Triadic Colors of #b46238

#b46238 #38b462 #6238b4

Analogous Colors of #b46238

#b46238 #b4a038 #b4384c

Monochromatic Colors of #b46238

#b46238

Complementary Color

#b46238 #388ab4

#b46238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46238 Color CSS Codes

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

#b46238 Text Font Color

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

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


#b46238 Background Color

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

This div background color is #b46238


#b46238 Border Color

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

This div border color is #b46238


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,98,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 #b46238">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46238


Comments

No comments written yet.

Please login to write comment.