Color Hex Logo

#bd814d Color Hex

#BD814D
(189,129,77)
0 Favorites   0 Comments

Color spaces of #bd814d

RGB 18912977
HSL0.080.460.52
HSV28°59°74°
CMYK 0.000.320.59   0.26
XYZ30.176127.055210.6529
Yxy27.05520.44450.3985
Hunter Lab52.014612.530624.2673
CIE-Lab59.025417.712037.1962

#bd814d color RGB value is (189,129,77).

#bd814d hex color red value is 189, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bd814d hue: 0.08 , saturation: 0.46 and the lightness value of bd814d is 0.52.

The process color (four color CMYK) of #bd814d color hex is 0.00, 0.32, 0.59, 0.26. Web safe color of #bd814d is #cc9966. Color #bd814d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 01001101
Octal 275 201 115
Decimal 189 129 77
Hex BD 81 4D

RGB Percentages of Color #bd814d

%47.85
%32.66
%19.49

CMYK Percentages of Color #bd814d

%0
%32
%59
%26

Triadic Colors of #bd814d

#bd814d #4dbd81 #814dbd

Analogous Colors of #bd814d

#bd814d #bdb94d #bd4d51

Monochromatic Colors of #bd814d

#bd814d

Complementary Color

#bd814d #4d89bd

#bd814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd814d Color CSS Codes

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

#bd814d Text Font Color

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

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


#bd814d Background Color

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

This div background color is #bd814d


#bd814d Border Color

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

This div border color is #bd814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd814d


Comments

No comments written yet.

Please login to write comment.