Color Hex Logo

#bd773e Color Hex

#BD773E
(189,119,62)
0 Favorites   0 Comments

Color spaces of #bd773e

RGB 18911962
HSL0.070.510.49
HSV27°67°74°
CMYK 0.000.370.67   0.26
XYZ28.452624.36037.7598
Yxy24.36030.46970.4022
Hunter Lab49.356216.527625.2277
CIE-Lab56.446722.205241.9880

#bd773e color RGB value is (189,119,62).

#bd773e hex color red value is 189, green value is 119 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bd773e hue: 0.07 , saturation: 0.51 and the lightness value of bd773e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 00111110
Octal 275 167 76
Decimal 189 119 62
Hex BD 77 3E

RGB Percentages of Color #bd773e

%51.08
%32.16
%16.76

CMYK Percentages of Color #bd773e

%0
%37
%67
%26

Triadic Colors of #bd773e

#bd773e #3ebd77 #773ebd

Analogous Colors of #bd773e

#bd773e #bdb73e #bd3e45

Monochromatic Colors of #bd773e

#bd773e

Complementary Color

#bd773e #3e84bd

#bd773e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd773e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd773e Color CSS Codes

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

#bd773e Text Font Color

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

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


#bd773e Background Color

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

This div background color is #bd773e


#bd773e Border Color

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

This div border color is #bd773e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd773e


Comments

No comments written yet.

Please login to write comment.