Color Hex Logo

#b26040 Color Hex

#B26040
(178,96,64)
0 Favorites   0 Comments

Color spaces of #b26040

RGB 1789664
HSL0.050.470.47
HSV17°64°70°
CMYK 0.000.460.64   0.30
XYZ23.468418.20097.1267
Yxy18.20090.48090.3730
Hunter Lab42.662523.532419.9595
CIE-Lab49.738930.321532.7421

#b26040 color RGB value is (178,96,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 01000000
Octal 262 140 100
Decimal 178 96 64
Hex B2 60 40

RGB Percentages of Color #b26040

%52.66
%28.40
%18.93

CMYK Percentages of Color #b26040

%0
%46
%64
%30

Triadic Colors of #b26040

#b26040 #40b260 #6040b2

Analogous Colors of #b26040

#b26040 #b29940 #b24059

Monochromatic Colors of #b26040

#b26040

Complementary Color

#b26040 #4092b2

#b26040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26040 Color CSS Codes

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

#b26040 Text Font Color

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

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


#b26040 Background Color

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

This div background color is #b26040


#b26040 Border Color

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

This div border color is #b26040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26040


Comments

No comments written yet.

Please login to write comment.