Color Hex Logo

#b28341 Color Hex

#B28341
(178,131,65)
0 Favorites   0 Comments

Color spaces of #b28341

RGB 17813165
HSL0.100.470.48
HSV35°63°70°
CMYK 0.000.260.63   0.30
XYZ27.430526.07928.5891
Yxy26.07920.44170.4200
Hunter Lab51.06786.510625.7755
CIE-Lab58.112110.972742.0049

#b28341 color RGB value is (178,131,65).

#b28341 hex color red value is 178, green value is 131 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b28341 hue: 0.10 , saturation: 0.47 and the lightness value of b28341 is 0.48.

The process color (four color CMYK) of #b28341 color hex is 0.00, 0.26, 0.63, 0.30. Web safe color of #b28341 is #999933. Color #b28341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000011 01000001
Octal 262 203 101
Decimal 178 131 65
Hex B2 83 41

RGB Percentages of Color #b28341

%47.59
%35.03
%17.38

CMYK Percentages of Color #b28341

%0
%26
%63
%30

Triadic Colors of #b28341

#b28341 #41b283 #8341b2

Analogous Colors of #b28341

#b28341 #a9b241 #b24b41

Monochromatic Colors of #b28341

#b28341

Complementary Color

#b28341 #4170b2

#b28341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28341 Color CSS Codes

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

#b28341 Text Font Color

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

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


#b28341 Background Color

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

This div background color is #b28341


#b28341 Border Color

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

This div border color is #b28341


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,131,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28341; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28341;
  -webkit-box-shadow: 1px 1px 3px 2px #b28341;
  box-shadow:         1px 1px 3px 2px #b28341; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,131,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28341


Comments

No comments written yet.

Please login to write comment.