Color Hex Logo

#bd4649 Color Hex

#BD4649
(189,70,73)
0 Favorites   0 Comments

Color spaces of #bd4649

RGB 1897073
HSL1.000.470.51
HSV358°63°74°
CMYK 0.000.630.61   0.26
XYZ24.379015.68028.0450
Yxy15.68020.50680.3260
Hunter Lab39.598240.598215.6731
CIE-Lab46.552148.063323.9246

#bd4649 color RGB value is (189,70,73).

#bd4649 hex color red value is 189, green value is 70 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bd4649 hue: 1.00 , saturation: 0.47 and the lightness value of bd4649 is 0.51.

The process color (four color CMYK) of #bd4649 color hex is 0.00, 0.63, 0.61, 0.26. Web safe color of #bd4649 is #cc3333. Color #bd4649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 01001001
Octal 275 106 111
Decimal 189 70 73
Hex BD 46 49

RGB Percentages of Color #bd4649

%56.93
%21.08
%21.99

CMYK Percentages of Color #bd4649

%0
%63
%61
%26

Triadic Colors of #bd4649

#bd4649 #49bd46 #4649bd

Analogous Colors of #bd4649

#bd4649 #bd7f46 #bd4685

Monochromatic Colors of #bd4649

#bd4649

Complementary Color

#bd4649 #46bdba

#bd4649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4649 Color CSS Codes

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

#bd4649 Text Font Color

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

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


#bd4649 Background Color

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

This div background color is #bd4649


#bd4649 Border Color

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

This div border color is #bd4649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4649


Comments

No comments written yet.

Please login to write comment.