Color Hex Logo

#bd7637 Color Hex

#BD7637
(189,118,55)
0 Favorites   0 Comments

Color spaces of #bd7637

RGB 18911855
HSL0.080.550.48
HSV28°71°74°
CMYK 0.000.380.71   0.26
XYZ28.154324.05156.7729
Yxy24.05150.47740.4078
Hunter Lab49.042316.649526.1415
CIE-Lab56.139322.357345.1338

#bd7637 color RGB value is (189,118,55).

#bd7637 hex color red value is 189, green value is 118 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bd7637 hue: 0.08 , saturation: 0.55 and the lightness value of bd7637 is 0.48.

The process color (four color CMYK) of #bd7637 color hex is 0.00, 0.38, 0.71, 0.26. Web safe color of #bd7637 is #cc6633. Color #bd7637 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 00110111
Octal 275 166 67
Decimal 189 118 55
Hex BD 76 37

RGB Percentages of Color #bd7637

%52.21
%32.60
%15.19

CMYK Percentages of Color #bd7637

%0
%38
%71
%26

Triadic Colors of #bd7637

#bd7637 #37bd76 #7637bd

Analogous Colors of #bd7637

#bd7637 #bdb937 #bd373b

Monochromatic Colors of #bd7637

#bd7637

Complementary Color

#bd7637 #377ebd

#bd7637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7637 Color CSS Codes

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

#bd7637 Text Font Color

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

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


#bd7637 Background Color

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

This div background color is #bd7637


#bd7637 Border Color

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

This div border color is #bd7637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7637


Comments

No comments written yet.

Please login to write comment.