Color Hex Logo

#b26148 Color Hex

#B26148
(178,97,72)
0 Favorites   0 Comments

Color spaces of #b26148

RGB 1789772
HSL0.040.420.49
HSV14°60°70°
CMYK 0.000.460.60   0.30
XYZ23.804518.48228.4437
Yxy18.48220.46920.3643
Hunter Lab42.990923.603118.4487
CIE-Lab50.075830.359528.6359

#b26148 color RGB value is (178,97,72).

#b26148 hex color red value is 178, green value is 97 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b26148 hue: 0.04 , saturation: 0.42 and the lightness value of b26148 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100001 01001000
Octal 262 141 110
Decimal 178 97 72
Hex B2 61 48

RGB Percentages of Color #b26148

%51.30
%27.95
%20.75

CMYK Percentages of Color #b26148

%0
%46
%60
%30

Triadic Colors of #b26148

#b26148 #48b261 #6148b2

Analogous Colors of #b26148

#b26148 #b29648 #b24864

Monochromatic Colors of #b26148

#b26148

Complementary Color

#b26148 #4899b2

#b26148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26148 Color CSS Codes

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

#b26148 Text Font Color

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

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


#b26148 Background Color

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

This div background color is #b26148


#b26148 Border Color

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

This div border color is #b26148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26148


Comments

No comments written yet.

Please login to write comment.