Color Hex Logo

#b39262 Color Hex

#B39262
(179,146,98)
0 Favorites   0 Comments

Color spaces of #b39262

RGB 17914698
HSL0.100.350.54
HSV36°45°70°
CMYK 0.000.180.45   0.30
XYZ31.073931.023315.9056
Yxy31.02330.39840.3977
Hunter Lab55.69862.111622.0578
CIE-Lab62.52735.967330.0600

#b39262 color RGB value is (179,146,98).

#b39262 hex color red value is 179, green value is 146 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b39262 hue: 0.10 , saturation: 0.35 and the lightness value of b39262 is 0.54.

The process color (four color CMYK) of #b39262 color hex is 0.00, 0.18, 0.45, 0.30. Web safe color of #b39262 is #cc9966. Color #b39262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 01100010
Octal 263 222 142
Decimal 179 146 98
Hex B3 92 62

RGB Percentages of Color #b39262

%42.32
%34.52
%23.17

CMYK Percentages of Color #b39262

%0
%18
%45
%30

Triadic Colors of #b39262

#b39262 #62b392 #9262b3

Analogous Colors of #b39262

#b39262 #acb362 #b36a62

Monochromatic Colors of #b39262

#b39262

Complementary Color

#b39262 #6283b3

#b39262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39262 Color CSS Codes

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

#b39262 Text Font Color

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

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


#b39262 Background Color

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

This div background color is #b39262


#b39262 Border Color

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

This div border color is #b39262


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,146,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39262


Comments

No comments written yet.

Please login to write comment.