Color Hex Logo

#bd472f Color Hex

#BD472F
(189,71,47)
0 Favorites   0 Comments

Color spaces of #bd472f

RGB 1897147
HSL0.030.600.46
HSV10°75°74°
CMYK 0.000.620.75   0.26
XYZ23.752615.53054.4351
Yxy15.53050.54330.3552
Hunter Lab39.408838.620920.9136
CIE-Lab46.352446.179538.6900

#bd472f color RGB value is (189,71,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 00101111
Octal 275 107 57
Decimal 189 71 47
Hex BD 47 2F

RGB Percentages of Color #bd472f

%61.56
%23.13
%15.31

CMYK Percentages of Color #bd472f

%0
%62
%75
%26

Triadic Colors of #bd472f

#bd472f #2fbd47 #472fbd

Analogous Colors of #bd472f

#bd472f #bd8e2f #bd2f5e

Monochromatic Colors of #bd472f

#bd472f

Complementary Color

#bd472f #2fa5bd

#bd472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd472f Color CSS Codes

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

#bd472f Text Font Color

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

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


#bd472f Background Color

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

This div background color is #bd472f


#bd472f Border Color

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

This div border color is #bd472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd472f


Comments

No comments written yet.

Please login to write comment.