Color Hex Logo

#bd432e Color Hex

#BD432E
(189,67,46)
0 Favorites   0 Comments

Color spaces of #bd432e

RGB 1896746
HSL0.020.610.46
HSV76°74°
CMYK 0.000.650.76   0.26
XYZ23.486615.03044.2480
Yxy15.03040.54920.3515
Hunter Lab38.769140.290820.6418
CIE-Lab45.675847.915838.5050

#bd432e color RGB value is (189,67,46).

#bd432e hex color red value is 189, green value is 67 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bd432e hue: 0.02 , saturation: 0.61 and the lightness value of bd432e is 0.46.

The process color (four color CMYK) of #bd432e color hex is 0.00, 0.65, 0.76, 0.26. Web safe color of #bd432e is #cc3333. Color #bd432e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 00101110
Octal 275 103 56
Decimal 189 67 46
Hex BD 43 2E

RGB Percentages of Color #bd432e

%62.58
%22.19
%15.23

CMYK Percentages of Color #bd432e

%0
%65
%76
%26

Triadic Colors of #bd432e

#bd432e #2ebd43 #432ebd

Analogous Colors of #bd432e

#bd432e #bd8b2e #bd2e60

Monochromatic Colors of #bd432e

#bd432e

Complementary Color

#bd432e #2ea8bd

#bd432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd432e Color CSS Codes

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

#bd432e Text Font Color

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

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


#bd432e Background Color

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

This div background color is #bd432e


#bd432e Border Color

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

This div border color is #bd432e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd432e


Comments

No comments written yet.

Please login to write comment.