Color Hex Logo

#b2673e Color Hex

#B2673E
(178,103,62)
0 Favorites   0 Comments

Color spaces of #b2673e

RGB 17810362
HSL0.060.480.47
HSV21°65°70°
CMYK 0.000.420.65   0.30
XYZ24.079819.51337.0547
Yxy19.51330.47540.3853
Hunter Lab44.173919.998621.4529
CIE-Lab51.282426.369035.6757

#b2673e color RGB value is (178,103,62).

#b2673e hex color red value is 178, green value is 103 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b2673e hue: 0.06 , saturation: 0.48 and the lightness value of b2673e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100111 00111110
Octal 262 147 76
Decimal 178 103 62
Hex B2 67 3E

RGB Percentages of Color #b2673e

%51.90
%30.03
%18.08

CMYK Percentages of Color #b2673e

%0
%42
%65
%30

Triadic Colors of #b2673e

#b2673e #3eb267 #673eb2

Analogous Colors of #b2673e

#b2673e #b2a13e #b23e4f

Monochromatic Colors of #b2673e

#b2673e

Complementary Color

#b2673e #3e89b2

#b2673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2673e Color CSS Codes

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

#b2673e Text Font Color

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

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


#b2673e Background Color

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

This div background color is #b2673e


#b2673e Border Color

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

This div border color is #b2673e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2673e


Comments

No comments written yet.

Please login to write comment.