Color Hex Logo

#bd683a Color Hex

#BD683A
(189,104,58)
0 Favorites   0 Comments

Color spaces of #bd683a

RGB 18910458
HSL0.060.530.48
HSV21°69°74°
CMYK 0.000.450.69   0.26
XYZ26.700321.02496.6539
Yxy21.02490.49100.3866
Hunter Lab45.852923.698523.4932
CIE-Lab52.976730.149740.1479

#bd683a color RGB value is (189,104,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 00111010
Octal 275 150 72
Decimal 189 104 58
Hex BD 68 3A

RGB Percentages of Color #bd683a

%53.85
%29.63
%16.52

CMYK Percentages of Color #bd683a

%0
%45
%69
%26

Triadic Colors of #bd683a

#bd683a #3abd68 #683abd

Analogous Colors of #bd683a

#bd683a #bdaa3a #bd3a4d

Monochromatic Colors of #bd683a

#bd683a

Complementary Color

#bd683a #3a8fbd

#bd683a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd683a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd683a Color CSS Codes

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

#bd683a Text Font Color

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

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


#bd683a Background Color

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

This div background color is #bd683a


#bd683a Border Color

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

This div border color is #bd683a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,104,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 #bd683a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd683a


Comments

No comments written yet.

Please login to write comment.