Color Hex Logo

#bd943d Color Hex

#BD943D
(189,148,61)
0 Favorites   0 Comments

Color spaces of #bd943d

RGB 18914861
HSL0.110.510.49
HSV41°68°74°
CMYK 0.000.220.68   0.26
XYZ32.418532.33558.9476
Yxy32.33550.43990.4387
Hunter Lab56.86432.250830.4757
CIE-Lab63.61926.159050.3226

#bd943d color RGB value is (189,148,61).

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

The process color (four color CMYK) of #bd943d color hex is 0.00, 0.22, 0.68, 0.26. Web safe color of #bd943d is #cc9933. Color #bd943d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 00111101
Octal 275 224 75
Decimal 189 148 61
Hex BD 94 3D

RGB Percentages of Color #bd943d

%47.49
%37.19
%15.33

CMYK Percentages of Color #bd943d

%0
%22
%68
%26

Triadic Colors of #bd943d

#bd943d #3dbd94 #943dbd

Analogous Colors of #bd943d

#bd943d #a6bd3d #bd543d

Monochromatic Colors of #bd943d

#bd943d

Complementary Color

#bd943d #3d66bd

#bd943d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd943d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd943d Color CSS Codes

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

#bd943d Text Font Color

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

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


#bd943d Background Color

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

This div background color is #bd943d


#bd943d Border Color

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

This div border color is #bd943d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,148,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd943d


Comments

No comments written yet.

Please login to write comment.