Color Hex Logo

#bd693f Color Hex

#BD693F
(189,105,63)
0 Favorites   0 Comments

Color spaces of #bd693f

RGB 18910563
HSL0.060.500.49
HSV20°67°74°
CMYK 0.000.440.67   0.26
XYZ26.935021.28087.3906
Yxy21.28080.48440.3827
Hunter Lab46.131123.493022.7930
CIE-Lab53.255529.905137.8223

#bd693f color RGB value is (189,105,63).

#bd693f hex color red value is 189, green value is 105 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bd693f hue: 0.06 , saturation: 0.50 and the lightness value of bd693f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 00111111
Octal 275 151 77
Decimal 189 105 63
Hex BD 69 3F

RGB Percentages of Color #bd693f

%52.94
%29.41
%17.65

CMYK Percentages of Color #bd693f

%0
%44
%67
%26

Triadic Colors of #bd693f

#bd693f #3fbd69 #693fbd

Analogous Colors of #bd693f

#bd693f #bda83f #bd3f54

Monochromatic Colors of #bd693f

#bd693f

Complementary Color

#bd693f #3f93bd

#bd693f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd693f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd693f Color CSS Codes

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

#bd693f Text Font Color

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

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


#bd693f Background Color

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

This div background color is #bd693f


#bd693f Border Color

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

This div border color is #bd693f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd693f


Comments

No comments written yet.

Please login to write comment.