Color Hex Logo

#b26f40 Color Hex

#B26F40
(178,111,64)
0 Favorites   0 Comments

Color spaces of #b26f40

RGB 17811164
HSL0.070.470.47
HSV25°64°70°
CMYK 0.000.380.64   0.30
XYZ24.970021.20407.6272
Yxy21.20400.46410.3941
Hunter Lab46.047816.210222.4129
CIE-Lab53.172022.075736.8170

#b26f40 color RGB value is (178,111,64).

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

The process color (four color CMYK) of #b26f40 color hex is 0.00, 0.38, 0.64, 0.30. Web safe color of #b26f40 is #996633. Color #b26f40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101111 01000000
Octal 262 157 100
Decimal 178 111 64
Hex B2 6F 40

RGB Percentages of Color #b26f40

%50.42
%31.44
%18.13

CMYK Percentages of Color #b26f40

%0
%38
%64
%30

Triadic Colors of #b26f40

#b26f40 #40b26f #6f40b2

Analogous Colors of #b26f40

#b26f40 #b2a840 #b2404a

Monochromatic Colors of #b26f40

#b26f40

Complementary Color

#b26f40 #4083b2

#b26f40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26f40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26f40 Color CSS Codes

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

#b26f40 Text Font Color

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

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


#b26f40 Background Color

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

This div background color is #b26f40


#b26f40 Border Color

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

This div border color is #b26f40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26f40


Comments

No comments written yet.

Please login to write comment.