Color Hex Logo

#bd7136 Color Hex

#BD7136
(189,113,54)
0 Favorites   0 Comments

Color spaces of #bd7136

RGB 18911354
HSL0.070.560.48
HSV26°71°74°
CMYK 0.000.400.71   0.26
XYZ27.557222.89546.4569
Yxy22.89540.48420.4023
Hunter Lab47.849119.065425.4936
CIE-Lab54.964425.048444.3602

#bd7136 color RGB value is (189,113,54).

#bd7136 hex color red value is 189, green value is 113 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bd7136 hue: 0.07 , saturation: 0.56 and the lightness value of bd7136 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 00110110
Octal 275 161 66
Decimal 189 113 54
Hex BD 71 36

RGB Percentages of Color #bd7136

%53.09
%31.74
%15.17

CMYK Percentages of Color #bd7136

%0
%40
%71
%26

Triadic Colors of #bd7136

#bd7136 #36bd71 #7136bd

Analogous Colors of #bd7136

#bd7136 #bdb536 #bd363e

Monochromatic Colors of #bd7136

#bd7136

Complementary Color

#bd7136 #3682bd

#bd7136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7136 Color CSS Codes

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

#bd7136 Text Font Color

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

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


#bd7136 Background Color

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

This div background color is #bd7136


#bd7136 Border Color

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

This div border color is #bd7136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7136


Comments

No comments written yet.

Please login to write comment.