Color Hex Logo

#bd7703 Color Hex

#BD7703
(189,119,3)
0 Favorites   0 Comments

Color spaces of #bd7703

RGB 1891193
HSL0.100.970.38
HSV37°98°74°
CMYK 0.000.370.98   0.26
XYZ27.599524.01903.2676
Yxy24.01900.50290.4376
Hunter Lab49.009214.756130.3534
CIE-Lab56.106820.293662.1704

#bd7703 color RGB value is (189,119,3).

#bd7703 hex color red value is 189, green value is 119 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bd7703 hue: 0.10 , saturation: 0.97 and the lightness value of bd7703 is 0.38.

The process color (four color CMYK) of #bd7703 color hex is 0.00, 0.37, 0.98, 0.26. Web safe color of #bd7703 is #cc6600. Color #bd7703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 00000011
Octal 275 167 3
Decimal 189 119 3
Hex BD 77 3

RGB Percentages of Color #bd7703

%60.77
%38.26
%0.96

CMYK Percentages of Color #bd7703

%0
%37
%98
%26

Triadic Colors of #bd7703

#bd7703 #03bd77 #7703bd

Analogous Colors of #bd7703

#bd7703 #a6bd03 #bd1a03

Monochromatic Colors of #bd7703

#bd7703

Complementary Color

#bd7703 #0349bd

#bd7703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7703 Color CSS Codes

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

#bd7703 Text Font Color

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

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


#bd7703 Background Color

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

This div background color is #bd7703


#bd7703 Border Color

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

This div border color is #bd7703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7703


Comments

No comments written yet.

Please login to write comment.