Color Hex Logo

#b26729 Color Hex

#B26729
(178,103,41)
0 Favorites   0 Comments

Color spaces of #b26729

RGB 17810341
HSL0.080.630.43
HSV27°77°70°
CMYK 0.000.420.77   0.30
XYZ23.610619.32564.5836
Yxy19.32560.49690.4067
Hunter Lab43.960918.937624.5907
CIE-Lab51.066025.233446.0572

#b26729 color RGB value is (178,103,41).

#b26729 hex color red value is 178, green value is 103 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b26729 hue: 0.08 , saturation: 0.63 and the lightness value of b26729 is 0.43.

The process color (four color CMYK) of #b26729 color hex is 0.00, 0.42, 0.77, 0.30. Web safe color of #b26729 is #996633. Color #b26729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100111 00101001
Octal 262 147 51
Decimal 178 103 41
Hex B2 67 29

RGB Percentages of Color #b26729

%55.28
%31.99
%12.73

CMYK Percentages of Color #b26729

%0
%42
%77
%30

Triadic Colors of #b26729

#b26729 #29b267 #6729b2

Analogous Colors of #b26729

#b26729 #b2ac29 #b2292f

Monochromatic Colors of #b26729

#b26729

Complementary Color

#b26729 #2974b2

#b26729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26729 Color CSS Codes

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

#b26729 Text Font Color

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

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


#b26729 Background Color

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

This div background color is #b26729


#b26729 Border Color

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

This div border color is #b26729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26729


Comments

No comments written yet.

Please login to write comment.