Color Hex Logo

#bd773b Color Hex

#BD773B
(189,119,59)
0 Favorites   0 Comments

Color spaces of #bd773b

RGB 18911959
HSL0.080.520.49
HSV28°69°74°
CMYK 0.000.370.69   0.26
XYZ28.372524.32827.3381
Yxy24.32820.47260.4052
Hunter Lab49.323616.362525.7057
CIE-Lab56.414922.028343.4633

#bd773b color RGB value is (189,119,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 00111011
Octal 275 167 73
Decimal 189 119 59
Hex BD 77 3B

RGB Percentages of Color #bd773b

%51.50
%32.43
%16.08

CMYK Percentages of Color #bd773b

%0
%37
%69
%26

Triadic Colors of #bd773b

#bd773b #3bbd77 #773bbd

Analogous Colors of #bd773b

#bd773b #bdb83b #bd3b40

Monochromatic Colors of #bd773b

#bd773b

Complementary Color

#bd773b #3b81bd

#bd773b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd773b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd773b Color CSS Codes

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

#bd773b Text Font Color

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

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


#bd773b Background Color

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

This div background color is #bd773b


#bd773b Border Color

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

This div border color is #bd773b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd773b

#bd773b Color Palettes


Comments

No comments written yet.

Please login to write comment.