Color Hex Logo

#bd472e Color Hex

#BD472E
(189,71,46)
0 Favorites   0 Comments

Color spaces of #bd472e

RGB 1897146
HSL0.030.610.46
HSV10°76°74°
CMYK 0.000.620.76   0.26
XYZ23.732615.52264.3301
Yxy15.52260.54450.3561
Hunter Lab39.398738.575221.0629
CIE-Lab46.341846.136739.2191

#bd472e color RGB value is (189,71,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 00101110
Octal 275 107 56
Decimal 189 71 46
Hex BD 47 2E

RGB Percentages of Color #bd472e

%61.76
%23.20
%15.03

CMYK Percentages of Color #bd472e

%0
%62
%76
%26

Triadic Colors of #bd472e

#bd472e #2ebd47 #472ebd

Analogous Colors of #bd472e

#bd472e #bd8f2e #bd2e5d

Monochromatic Colors of #bd472e

#bd472e

Complementary Color

#bd472e #2ea4bd

#bd472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd472e Color CSS Codes

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

#bd472e Text Font Color

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

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


#bd472e Background Color

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

This div background color is #bd472e


#bd472e Border Color

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

This div border color is #bd472e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,71,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 #bd472e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd472e


Comments

No comments written yet.

Please login to write comment.