Color Hex Logo

#bd5136 Color Hex

#BD5136
(189,81,54)
0 Favorites   0 Comments

Color spaces of #bd5136

RGB 1898154
HSL0.030.560.48
HSV12°71°74°
CMYK 0.000.570.71   0.26
XYZ24.594516.97005.4693
Yxy16.97000.52290.3608
Hunter Lab41.194734.479420.9645
CIE-Lab48.222241.797836.9340

#bd5136 color RGB value is (189,81,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 00110110
Octal 275 121 66
Decimal 189 81 54
Hex BD 51 36

RGB Percentages of Color #bd5136

%58.33
%25.00
%16.67

CMYK Percentages of Color #bd5136

%0
%57
%71
%26

Triadic Colors of #bd5136

#bd5136 #36bd51 #5136bd

Analogous Colors of #bd5136

#bd5136 #bd9536 #bd365e

Monochromatic Colors of #bd5136

#bd5136

Complementary Color

#bd5136 #36a2bd

#bd5136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5136 Color CSS Codes

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

#bd5136 Text Font Color

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

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


#bd5136 Background Color

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

This div background color is #bd5136


#bd5136 Border Color

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

This div border color is #bd5136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5136

#bd5136 Color Palettes


Comments

No comments written yet.

Please login to write comment.