Color Hex Logo

#bd671a Color Hex

#BD671A
(189,103,26)
0 Favorites   0 Comments

Color spaces of #bd671a

RGB 18910326
HSL0.080.760.42
HSV28°86°74°
CMYK 0.000.460.86   0.26
XYZ26.023020.59393.5807
Yxy20.59390.51840.4103
Hunter Lab45.380522.943227.0881
CIE-Lab52.502129.402754.0306

#bd671a color RGB value is (189,103,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 00011010
Octal 275 147 32
Decimal 189 103 26
Hex BD 67 1A

RGB Percentages of Color #bd671a

%59.43
%32.39
%8.18

CMYK Percentages of Color #bd671a

%0
%46
%86
%26

Triadic Colors of #bd671a

#bd671a #1abd67 #671abd

Analogous Colors of #bd671a

#bd671a #bdb91a #bd1a1f

Monochromatic Colors of #bd671a

#bd671a

Complementary Color

#bd671a #1a70bd

#bd671a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd671a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd671a Color CSS Codes

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

#bd671a Text Font Color

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

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


#bd671a Background Color

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

This div background color is #bd671a


#bd671a Border Color

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

This div border color is #bd671a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd671a


Comments

No comments written yet.

Please login to write comment.