Color Hex Logo

#bd6820 Color Hex

#BD6820
(189,104,32)
0 Favorites   0 Comments

Color spaces of #bd6820

RGB 18910432
HSL0.080.710.43
HSV28°83°74°
CMYK 0.000.450.83   0.26
XYZ26.197320.82374.0051
Yxy20.82370.51340.4081
Hunter Lab45.633022.616826.7394
CIE-Lab52.756029.031852.0306

#bd6820 color RGB value is (189,104,32).

#bd6820 hex color red value is 189, green value is 104 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bd6820 hue: 0.08 , saturation: 0.71 and the lightness value of bd6820 is 0.43.

The process color (four color CMYK) of #bd6820 color hex is 0.00, 0.45, 0.83, 0.26. Web safe color of #bd6820 is #cc6633. Color #bd6820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 00100000
Octal 275 150 40
Decimal 189 104 32
Hex BD 68 20

RGB Percentages of Color #bd6820

%58.15
%32.00
%9.85

CMYK Percentages of Color #bd6820

%0
%45
%83
%26

Triadic Colors of #bd6820

#bd6820 #20bd68 #6820bd

Analogous Colors of #bd6820

#bd6820 #bdb720 #bd2026

Monochromatic Colors of #bd6820

#bd6820

Complementary Color

#bd6820 #2075bd

#bd6820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6820 Color CSS Codes

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

#bd6820 Text Font Color

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

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


#bd6820 Background Color

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

This div background color is #bd6820


#bd6820 Border Color

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

This div border color is #bd6820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6820


Comments

No comments written yet.

Please login to write comment.