Color Hex Logo

#bd691d Color Hex

#BD691D
(189,105,29)
0 Favorites   0 Comments

Color spaces of #bd691d

RGB 18910529
HSL0.080.730.43
HSV29°85°74°
CMYK 0.000.440.85   0.26
XYZ26.259621.01073.8338
Yxy21.01070.51380.4111
Hunter Lab45.837422.044627.1272
CIE-Lab52.961228.405053.3465

#bd691d color RGB value is (189,105,29).

#bd691d hex color red value is 189, green value is 105 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bd691d hue: 0.08 , saturation: 0.73 and the lightness value of bd691d is 0.43.

The process color (four color CMYK) of #bd691d color hex is 0.00, 0.44, 0.85, 0.26. Web safe color of #bd691d is #cc6633. Color #bd691d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 00011101
Octal 275 151 35
Decimal 189 105 29
Hex BD 69 1D

RGB Percentages of Color #bd691d

%58.51
%32.51
%8.98

CMYK Percentages of Color #bd691d

%0
%44
%85
%26

Triadic Colors of #bd691d

#bd691d #1dbd69 #691dbd

Analogous Colors of #bd691d

#bd691d #bdb91d #bd1d21

Monochromatic Colors of #bd691d

#bd691d

Complementary Color

#bd691d #1d71bd

#bd691d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd691d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd691d Color CSS Codes

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

#bd691d Text Font Color

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

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


#bd691d Background Color

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

This div background color is #bd691d


#bd691d Border Color

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

This div border color is #bd691d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd691d


Comments

No comments written yet.

Please login to write comment.