Color Hex Logo

#bd6518 Color Hex

#BD6518
(189,101,24)
0 Favorites   0 Comments

Color spaces of #bd6518

RGB 18910124
HSL0.080.770.42
HSV28°87°74°
CMYK 0.000.470.87   0.26
XYZ25.804820.19213.4016
Yxy20.19210.52240.4088
Hunter Lab44.935623.868426.9667
CIE-Lab52.053730.425754.3441

#bd6518 color RGB value is (189,101,24).

#bd6518 hex color red value is 189, green value is 101 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bd6518 hue: 0.08 , saturation: 0.77 and the lightness value of bd6518 is 0.42.

The process color (four color CMYK) of #bd6518 color hex is 0.00, 0.47, 0.87, 0.26. Web safe color of #bd6518 is #cc6600. Color #bd6518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 00011000
Octal 275 145 30
Decimal 189 101 24
Hex BD 65 18

RGB Percentages of Color #bd6518

%60.19
%32.17
%7.64

CMYK Percentages of Color #bd6518

%0
%47
%87
%26

Triadic Colors of #bd6518

#bd6518 #18bd65 #6518bd

Analogous Colors of #bd6518

#bd6518 #bdb818 #bd181d

Monochromatic Colors of #bd6518

#bd6518

Complementary Color

#bd6518 #1870bd

#bd6518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6518 Color CSS Codes

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

#bd6518 Text Font Color

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

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


#bd6518 Background Color

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

This div background color is #bd6518


#bd6518 Border Color

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

This div border color is #bd6518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6518


Comments

No comments written yet.

Please login to write comment.