Color Hex Logo

#bd610e Color Hex

#BD610E
(189,97,14)
0 Favorites   0 Comments

Color spaces of #bd610e

RGB 1899714
HSL0.080.860.40
HSV28°93°74°
CMYK 0.000.490.93   0.26
XYZ25.340219.39992.8244
Yxy19.39990.53280.4079
Hunter Lab44.045325.615527.0298
CIE-Lab51.151832.358356.5749

#bd610e color RGB value is (189,97,14).

#bd610e hex color red value is 189, green value is 97 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bd610e hue: 0.08 , saturation: 0.86 and the lightness value of bd610e is 0.40.

The process color (four color CMYK) of #bd610e color hex is 0.00, 0.49, 0.93, 0.26. Web safe color of #bd610e is #cc6600. Color #bd610e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 00001110
Octal 275 141 16
Decimal 189 97 14
Hex BD 61 E

RGB Percentages of Color #bd610e

%63.00
%32.33
%4.67

CMYK Percentages of Color #bd610e

%0
%49
%93
%26

Triadic Colors of #bd610e

#bd610e #0ebd61 #610ebd

Analogous Colors of #bd610e

#bd610e #bdb90e #bd0e13

Monochromatic Colors of #bd610e

#bd610e

Complementary Color

#bd610e #0e6abd

#bd610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd610e Color CSS Codes

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

#bd610e Text Font Color

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

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


#bd610e Background Color

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

This div background color is #bd610e


#bd610e Border Color

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

This div border color is #bd610e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd610e


Comments

No comments written yet.

Please login to write comment.