Color Hex Logo

#bd671c Color Hex

#BD671C
(189,103,28)
0 Favorites   0 Comments

Color spaces of #bd671c

RGB 18910328
HSL0.080.740.43
HSV28°85°74°
CMYK 0.000.460.85   0.26
XYZ26.046120.60323.7026
Yxy20.60320.51730.4092
Hunter Lab45.390722.993026.9371
CIE-Lab52.512529.454353.3293

#bd671c color RGB value is (189,103,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 00011100
Octal 275 147 34
Decimal 189 103 28
Hex BD 67 1C

RGB Percentages of Color #bd671c

%59.06
%32.19
%8.75

CMYK Percentages of Color #bd671c

%0
%46
%85
%26

Triadic Colors of #bd671c

#bd671c #1cbd67 #671cbd

Analogous Colors of #bd671c

#bd671c #bdb81c #bd1c22

Monochromatic Colors of #bd671c

#bd671c

Complementary Color

#bd671c #1c72bd

#bd671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd671c Color CSS Codes

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

#bd671c Text Font Color

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

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


#bd671c Background Color

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

This div background color is #bd671c


#bd671c Border Color

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

This div border color is #bd671c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd671c


Comments

No comments written yet.

Please login to write comment.