Color Hex Logo

#b28640 Color Hex

#B28640
(178,134,64)
0 Favorites   0 Comments

Color spaces of #b28640

RGB 17813464
HSL0.100.470.47
HSV37°64°70°
CMYK 0.000.250.64   0.30
XYZ27.810626.88538.5741
Yxy26.88530.43960.4249
Hunter Lab51.85105.000226.4915
CIE-Lab58.86809.233943.3580

#b28640 color RGB value is (178,134,64).

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

The process color (four color CMYK) of #b28640 color hex is 0.00, 0.25, 0.64, 0.30. Web safe color of #b28640 is #999933. Color #b28640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000110 01000000
Octal 262 206 100
Decimal 178 134 64
Hex B2 86 40

RGB Percentages of Color #b28640

%47.34
%35.64
%17.02

CMYK Percentages of Color #b28640

%0
%25
%64
%30

Triadic Colors of #b28640

#b28640 #40b286 #8640b2

Analogous Colors of #b28640

#b28640 #a5b240 #b24d40

Monochromatic Colors of #b28640

#b28640

Complementary Color

#b28640 #406cb2

#b28640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28640 Color CSS Codes

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

#b28640 Text Font Color

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

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


#b28640 Background Color

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

This div background color is #b28640


#b28640 Border Color

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

This div border color is #b28640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28640


Comments

No comments written yet.

Please login to write comment.