Color Hex Logo

#bd993e Color Hex

#BD993E
(189,153,62)
0 Favorites   0 Comments

Color spaces of #bd993e

RGB 18915362
HSL0.120.510.49
HSV43°67°74°
CMYK 0.000.190.67   0.26
XYZ33.247033.94919.3580
Yxy33.94910.43430.4435
Hunter Lab58.2659-0.111631.2636
CIE-Lab64.92213.493951.2595

#bd993e color RGB value is (189,153,62).

#bd993e hex color red value is 189, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bd993e hue: 0.12 , saturation: 0.51 and the lightness value of bd993e is 0.49.

The process color (four color CMYK) of #bd993e color hex is 0.00, 0.19, 0.67, 0.26. Web safe color of #bd993e is #cc9933. Color #bd993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 00111110
Octal 275 231 76
Decimal 189 153 62
Hex BD 99 3E

RGB Percentages of Color #bd993e

%46.78
%37.87
%15.35

CMYK Percentages of Color #bd993e

%0
%19
%67
%26

Triadic Colors of #bd993e

#bd993e #3ebd99 #993ebd

Analogous Colors of #bd993e

#bd993e #a2bd3e #bd5a3e

Monochromatic Colors of #bd993e

#bd993e

Complementary Color

#bd993e #3e62bd

#bd993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd993e Color CSS Codes

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

#bd993e Text Font Color

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

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


#bd993e Background Color

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

This div background color is #bd993e


#bd993e Border Color

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

This div border color is #bd993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd993e


Comments

No comments written yet.

Please login to write comment.