Color Hex Logo

#b29963 Color Hex

#B29963
(178,153,99)
0 Favorites   0 Comments

Color spaces of #b29963

RGB 17815399
HSL0.110.340.54
HSV41°44°70°
CMYK 0.000.140.44   0.30
XYZ32.003533.148316.5159
Yxy33.14830.39190.4059
Hunter Lab57.5746-1.534123.2942
CIE-Lab64.28081.810231.7529

#b29963 color RGB value is (178,153,99).

#b29963 hex color red value is 178, green value is 153 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b29963 hue: 0.11 , saturation: 0.34 and the lightness value of b29963 is 0.54.

The process color (four color CMYK) of #b29963 color hex is 0.00, 0.14, 0.44, 0.30. Web safe color of #b29963 is #999966. Color #b29963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 01100011
Octal 262 231 143
Decimal 178 153 99
Hex B2 99 63

RGB Percentages of Color #b29963

%41.40
%35.58
%23.02

CMYK Percentages of Color #b29963

%0
%14
%44
%30

Triadic Colors of #b29963

#b29963 #63b299 #9963b2

Analogous Colors of #b29963

#b29963 #a4b263 #b27263

Monochromatic Colors of #b29963

#b29963

Complementary Color

#b29963 #637cb2

#b29963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29963 Color CSS Codes

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

#b29963 Text Font Color

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

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


#b29963 Background Color

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

This div background color is #b29963


#b29963 Border Color

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

This div border color is #b29963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29963


Comments

No comments written yet.

Please login to write comment.