Color Hex Logo

#bd5015 Color Hex

#BD5015
(189,80,21)
0 Favorites   0 Comments

Color spaces of #bd5015

RGB 1898021
HSL0.060.800.41
HSV21°89°74°
CMYK 0.000.580.89   0.26
XYZ23.990316.61032.6511
Yxy16.61030.55470.3840
Hunter Lab40.755733.749024.6723
CIE-Lab47.765241.136951.9724

#bd5015 color RGB value is (189,80,21).

#bd5015 hex color red value is 189, green value is 80 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bd5015 hue: 0.06 , saturation: 0.80 and the lightness value of bd5015 is 0.41.

The process color (four color CMYK) of #bd5015 color hex is 0.00, 0.58, 0.89, 0.26. Web safe color of #bd5015 is #cc6600. Color #bd5015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 00010101
Octal 275 120 25
Decimal 189 80 21
Hex BD 50 15

RGB Percentages of Color #bd5015

%65.17
%27.59
%7.24

CMYK Percentages of Color #bd5015

%0
%58
%89
%26

Triadic Colors of #bd5015

#bd5015 #15bd50 #5015bd

Analogous Colors of #bd5015

#bd5015 #bda415 #bd152e

Monochromatic Colors of #bd5015

#bd5015

Complementary Color

#bd5015 #1582bd

#bd5015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5015 Color CSS Codes

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

#bd5015 Text Font Color

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

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


#bd5015 Background Color

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

This div background color is #bd5015


#bd5015 Border Color

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

This div border color is #bd5015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5015


Comments

No comments written yet.

Please login to write comment.