Color Hex Logo

#b2923e Color Hex

#B2923E
(178,146,62)
0 Favorites   0 Comments

Color spaces of #b2923e

RGB 17814662
HSL0.120.480.47
HSV43°65°70°
CMYK 0.000.180.65   0.30
XYZ29.508530.37058.8643
Yxy30.37050.42930.4418
Hunter Lab55.1094-0.863229.0399
CIE-Lab61.97262.474347.7543

#b2923e color RGB value is (178,146,62).

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

The process color (four color CMYK) of #b2923e color hex is 0.00, 0.18, 0.65, 0.30. Web safe color of #b2923e is #999933. Color #b2923e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010010 00111110
Octal 262 222 76
Decimal 178 146 62
Hex B2 92 3E

RGB Percentages of Color #b2923e

%46.11
%37.82
%16.06

CMYK Percentages of Color #b2923e

%0
%18
%65
%30

Triadic Colors of #b2923e

#b2923e #3eb292 #923eb2

Analogous Colors of #b2923e

#b2923e #98b23e #b2583e

Monochromatic Colors of #b2923e

#b2923e

Complementary Color

#b2923e #3e5eb2

#b2923e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2923e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2923e Color CSS Codes

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

#b2923e Text Font Color

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

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


#b2923e Background Color

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

This div background color is #b2923e


#b2923e Border Color

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

This div border color is #b2923e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2923e


Comments

No comments written yet.

Please login to write comment.