Color Hex Logo

#bd7438 Color Hex

#BD7438
(189,116,56)
0 Favorites   0 Comments

Color spaces of #bd7438

RGB 18911656
HSL0.080.540.48
HSV27°70°74°
CMYK 0.000.390.70   0.26
XYZ27.945523.59516.8228
Yxy23.59510.47880.4043
Hunter Lab48.574817.686725.6745
CIE-Lab55.680123.510744.1479

#bd7438 color RGB value is (189,116,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 00111000
Octal 275 164 70
Decimal 189 116 56
Hex BD 74 38

RGB Percentages of Color #bd7438

%52.35
%32.13
%15.51

CMYK Percentages of Color #bd7438

%0
%39
%70
%26

Triadic Colors of #bd7438

#bd7438 #38bd74 #7438bd

Analogous Colors of #bd7438

#bd7438 #bdb738 #bd383f

Monochromatic Colors of #bd7438

#bd7438

Complementary Color

#bd7438 #3881bd

#bd7438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7438 Color CSS Codes

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

#bd7438 Text Font Color

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

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


#bd7438 Background Color

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

This div background color is #bd7438


#bd7438 Border Color

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

This div border color is #bd7438


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,116,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 #bd7438">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7438


Comments

No comments written yet.

Please login to write comment.