Color Hex Logo

#bd622d Color Hex

#BD622D
(189,98,45)
0 Favorites   0 Comments

Color spaces of #bd622d

RGB 1899845
HSL0.060.620.46
HSV22°76°74°
CMYK 0.000.480.76   0.26
XYZ25.827619.74364.9323
Yxy19.74360.51140.3909
Hunter Lab44.433825.995924.5222
CIE-Lab51.546132.709145.1636

#bd622d color RGB value is (189,98,45).

#bd622d hex color red value is 189, green value is 98 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bd622d hue: 0.06 , saturation: 0.62 and the lightness value of bd622d is 0.46.

The process color (four color CMYK) of #bd622d color hex is 0.00, 0.48, 0.76, 0.26. Web safe color of #bd622d is #cc6633. Color #bd622d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 00101101
Octal 275 142 55
Decimal 189 98 45
Hex BD 62 2D

RGB Percentages of Color #bd622d

%56.93
%29.52
%13.55

CMYK Percentages of Color #bd622d

%0
%48
%76
%26

Triadic Colors of #bd622d

#bd622d #2dbd62 #622dbd

Analogous Colors of #bd622d

#bd622d #bdaa2d #bd2d40

Monochromatic Colors of #bd622d

#bd622d

Complementary Color

#bd622d #2d88bd

#bd622d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd622d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd622d Color CSS Codes

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

#bd622d Text Font Color

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

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


#bd622d Background Color

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

This div background color is #bd622d


#bd622d Border Color

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

This div border color is #bd622d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd622d


Comments

No comments written yet.

Please login to write comment.