Color Hex Logo

#bd5738 Color Hex

#BD5738
(189,87,56)
0 Favorites   0 Comments

Color spaces of #bd5738

RGB 1898756
HSL0.040.540.48
HSV14°70°74°
CMYK 0.000.540.70   0.26
XYZ25.108317.92075.8771
Yxy17.92070.51340.3664
Hunter Lab42.332831.788821.4017
CIE-Lab49.399838.925537.1741

#bd5738 color RGB value is (189,87,56).

#bd5738 hex color red value is 189, green value is 87 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bd5738 hue: 0.04 , saturation: 0.54 and the lightness value of bd5738 is 0.48.

The process color (four color CMYK) of #bd5738 color hex is 0.00, 0.54, 0.70, 0.26. Web safe color of #bd5738 is #cc6633. Color #bd5738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 00111000
Octal 275 127 70
Decimal 189 87 56
Hex BD 57 38

RGB Percentages of Color #bd5738

%56.93
%26.20
%16.87

CMYK Percentages of Color #bd5738

%0
%54
%70
%26

Triadic Colors of #bd5738

#bd5738 #38bd57 #5738bd

Analogous Colors of #bd5738

#bd5738 #bd9a38 #bd385b

Monochromatic Colors of #bd5738

#bd5738

Complementary Color

#bd5738 #389ebd

#bd5738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5738 Color CSS Codes

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

#bd5738 Text Font Color

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

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


#bd5738 Background Color

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

This div background color is #bd5738


#bd5738 Border Color

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

This div border color is #bd5738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5738


Comments

No comments written yet.

Please login to write comment.