Color Hex Logo

#b98138 Color Hex

#B98138
(185,129,56)
0 Favorites   0 Comments

Color spaces of #b98138

RGB 18512956
HSL0.090.540.47
HSV34°70°73°
CMYK 0.000.300.70   0.27
XYZ28.571626.30037.3120
Yxy26.30030.45950.4229
Hunter Lab51.28389.700527.4452
CIE-Lab58.321014.592246.8462

#b98138 color RGB value is (185,129,56).

#b98138 hex color red value is 185, green value is 129 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b98138 hue: 0.09 , saturation: 0.54 and the lightness value of b98138 is 0.47.

The process color (four color CMYK) of #b98138 color hex is 0.00, 0.30, 0.70, 0.27. Web safe color of #b98138 is #cc9933. Color #b98138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 00111000
Octal 271 201 70
Decimal 185 129 56
Hex B9 81 38

RGB Percentages of Color #b98138

%50.00
%34.86
%15.14

CMYK Percentages of Color #b98138

%0
%30
%70
%27

Triadic Colors of #b98138

#b98138 #38b981 #8138b9

Analogous Colors of #b98138

#b98138 #b1b938 #b94138

Monochromatic Colors of #b98138

#b98138

Complementary Color

#b98138 #3870b9

#b98138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98138 Color CSS Codes

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

#b98138 Text Font Color

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

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


#b98138 Background Color

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

This div background color is #b98138


#b98138 Border Color

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

This div border color is #b98138


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,129,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98138; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98138;
  -webkit-box-shadow: 1px 1px 3px 2px #b98138;
  box-shadow:         1px 1px 3px 2px #b98138; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,129,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98138


Comments

No comments written yet.

Please login to write comment.