Color Hex Logo

#bd673e Color Hex

#BD673E
(189,103,62)
0 Favorites   0 Comments

Color spaces of #bd673e

RGB 18910362
HSL0.050.510.49
HSV19°67°74°
CMYK 0.000.460.67   0.26
XYZ26.706020.86717.1776
Yxy20.86710.48780.3811
Hunter Lab45.680524.414722.6604
CIE-Lab52.803730.918737.8349

#bd673e color RGB value is (189,103,62).

#bd673e hex color red value is 189, green value is 103 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bd673e hue: 0.05 , saturation: 0.51 and the lightness value of bd673e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 00111110
Octal 275 147 76
Decimal 189 103 62
Hex BD 67 3E

RGB Percentages of Color #bd673e

%53.39
%29.10
%17.51

CMYK Percentages of Color #bd673e

%0
%46
%67
%26

Triadic Colors of #bd673e

#bd673e #3ebd67 #673ebd

Analogous Colors of #bd673e

#bd673e #bda73e #bd3e55

Monochromatic Colors of #bd673e

#bd673e

Complementary Color

#bd673e #3e94bd

#bd673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd673e Color CSS Codes

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

#bd673e Text Font Color

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

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


#bd673e Background Color

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

This div background color is #bd673e


#bd673e Border Color

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

This div border color is #bd673e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd673e


Comments

No comments written yet.

Please login to write comment.