Color Hex Logo

#bd6501 Color Hex

#BD6501
(189,101,1)
0 Favorites   0 Comments

Color spaces of #bd6501

RGB 1891011
HSL0.090.990.37
HSV32°99°74°
CMYK 0.000.470.99   0.26
XYZ25.645420.12842.5622
Yxy20.12840.53060.4164
Hunter Lab44.864723.520428.0193
CIE-Lab51.982130.066459.8982

#bd6501 color RGB value is (189,101,1).

#bd6501 hex color red value is 189, green value is 101 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bd6501 hue: 0.09 , saturation: 0.99 and the lightness value of bd6501 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 00000001
Octal 275 145 1
Decimal 189 101 1
Hex BD 65 1

RGB Percentages of Color #bd6501

%64.95
%34.71
%0.34

CMYK Percentages of Color #bd6501

%0
%47
%99
%26

Triadic Colors of #bd6501

#bd6501 #01bd65 #6501bd

Analogous Colors of #bd6501

#bd6501 #b7bd01 #bd0701

Monochromatic Colors of #bd6501

#bd6501

Complementary Color

#bd6501 #0159bd

#bd6501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6501 Color CSS Codes

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

#bd6501 Text Font Color

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

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


#bd6501 Background Color

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

This div background color is #bd6501


#bd6501 Border Color

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

This div border color is #bd6501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6501


Comments

No comments written yet.

Please login to write comment.