Color Hex Logo

#bd3719 Color Hex

#BD3719
(189,55,25)
0 Favorites   0 Comments

Color spaces of #bd3719

RGB 1895525
HSL0.030.770.42
HSV11°87°74°
CMYK 0.000.710.87   0.26
XYZ22.527913.62142.3615
Yxy13.62140.58500.3537
Hunter Lab36.907244.367722.0414
CIE-Lab43.685052.168247.1302

#bd3719 color RGB value is (189,55,25).

#bd3719 hex color red value is 189, green value is 55 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bd3719 hue: 0.03 , saturation: 0.77 and the lightness value of bd3719 is 0.42.

The process color (four color CMYK) of #bd3719 color hex is 0.00, 0.71, 0.87, 0.26. Web safe color of #bd3719 is #cc3300. Color #bd3719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 00011001
Octal 275 67 31
Decimal 189 55 25
Hex BD 37 19

RGB Percentages of Color #bd3719

%70.26
%20.45
%9.29

CMYK Percentages of Color #bd3719

%0
%71
%87
%26

Triadic Colors of #bd3719

#bd3719 #19bd37 #3719bd

Analogous Colors of #bd3719

#bd3719 #bd8919 #bd194d

Monochromatic Colors of #bd3719

#bd3719

Complementary Color

#bd3719 #199fbd

#bd3719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3719 Color CSS Codes

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

#bd3719 Text Font Color

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

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


#bd3719 Background Color

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

This div background color is #bd3719


#bd3719 Border Color

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

This div border color is #bd3719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3719


Comments

No comments written yet.

Please login to write comment.