Color Hex Logo

#bd693a Color Hex

#BD693A
(189,105,58)
0 Favorites   0 Comments

Color spaces of #bd693a

RGB 18910558
HSL0.060.530.48
HSV22°69°74°
CMYK 0.000.440.69   0.26
XYZ26.801621.22756.6877
Yxy21.22750.48980.3880
Hunter Lab46.073323.208123.6452
CIE-Lab53.197629.611440.3955

#bd693a color RGB value is (189,105,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 00111010
Octal 275 151 72
Decimal 189 105 58
Hex BD 69 3A

RGB Percentages of Color #bd693a

%53.69
%29.83
%16.48

CMYK Percentages of Color #bd693a

%0
%44
%69
%26

Triadic Colors of #bd693a

#bd693a #3abd69 #693abd

Analogous Colors of #bd693a

#bd693a #bdab3a #bd3a4c

Monochromatic Colors of #bd693a

#bd693a

Complementary Color

#bd693a #3a8ebd

#bd693a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd693a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd693a Color CSS Codes

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

#bd693a Text Font Color

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

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


#bd693a Background Color

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

This div background color is #bd693a


#bd693a Border Color

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

This div border color is #bd693a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd693a


Comments

No comments written yet.

Please login to write comment.