Color Hex Logo

#b29623 Color Hex

#B29623
(178,150,35)
0 Favorites   0 Comments

Color spaces of #b29623

RGB 17815035
HSL0.130.670.42
HSV48°80°70°
CMYK 0.000.160.80   0.30
XYZ29.569831.39906.0922
Yxy31.39900.44090.4682
Hunter Lab56.0348-3.865732.7783
CIE-Lab62.8430-1.043359.4410

#b29623 color RGB value is (178,150,35).

#b29623 hex color red value is 178, green value is 150 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b29623 hue: 0.13 , saturation: 0.67 and the lightness value of b29623 is 0.42.

The process color (four color CMYK) of #b29623 color hex is 0.00, 0.16, 0.80, 0.30. Web safe color of #b29623 is #999933. Color #b29623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 00100011
Octal 262 226 43
Decimal 178 150 35
Hex B2 96 23

RGB Percentages of Color #b29623

%49.04
%41.32
%9.64

CMYK Percentages of Color #b29623

%0
%16
%80
%30

Triadic Colors of #b29623

#b29623 #23b296 #9623b2

Analogous Colors of #b29623

#b29623 #87b223 #b24e23

Monochromatic Colors of #b29623

#b29623

Complementary Color

#b29623 #233fb2

#b29623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29623 Color CSS Codes

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

#b29623 Text Font Color

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

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


#b29623 Background Color

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

This div background color is #b29623


#b29623 Border Color

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

This div border color is #b29623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29623


Comments

No comments written yet.

Please login to write comment.