Color Hex Logo

#bd771c Color Hex

#BD771C
(189,119,28)
0 Favorites   0 Comments

Color spaces of #bd771c

RGB 18911928
HSL0.090.740.43
HSV34°85°74°
CMYK 0.000.370.85   0.26
XYZ27.792724.09634.2848
Yxy24.09630.49480.4290
Hunter Lab49.088015.159429.1863
CIE-Lab56.184120.731356.4275

#bd771c color RGB value is (189,119,28).

#bd771c hex color red value is 189, green value is 119 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bd771c hue: 0.09 , saturation: 0.74 and the lightness value of bd771c is 0.43.

The process color (four color CMYK) of #bd771c color hex is 0.00, 0.37, 0.85, 0.26. Web safe color of #bd771c is #cc6633. Color #bd771c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 00011100
Octal 275 167 34
Decimal 189 119 28
Hex BD 77 1C

RGB Percentages of Color #bd771c

%56.25
%35.42
%8.33

CMYK Percentages of Color #bd771c

%0
%37
%85
%26

Triadic Colors of #bd771c

#bd771c #1cbd77 #771cbd

Analogous Colors of #bd771c

#bd771c #b3bd1c #bd271c

Monochromatic Colors of #bd771c

#bd771c

Complementary Color

#bd771c #1c62bd

#bd771c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd771c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd771c Color CSS Codes

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

#bd771c Text Font Color

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

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


#bd771c Background Color

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

This div background color is #bd771c


#bd771c Border Color

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

This div border color is #bd771c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd771c


Comments

No comments written yet.

Please login to write comment.