Color Hex Logo

#bf512e Color Hex

#BF512E
(191,81,46)
0 Favorites   0 Comments

Color spaces of #bf512e

RGB 1918146
HSL0.040.610.46
HSV14°76°75°
CMYK 0.000.580.76   0.25
XYZ24.921417.15854.5832
Yxy17.15850.53410.3677
Hunter Lab41.422834.901822.4359
CIE-Lab48.459142.182041.5647

#bf512e color RGB value is (191,81,46).

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

The process color (four color CMYK) of #bf512e color hex is 0.00, 0.58, 0.76, 0.25. Web safe color of #bf512e is #cc6633. Color #bf512e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010001 00101110
Octal 277 121 56
Decimal 191 81 46
Hex BF 51 2E

RGB Percentages of Color #bf512e

%60.06
%25.47
%14.47

CMYK Percentages of Color #bf512e

%0
%58
%76
%25

Triadic Colors of #bf512e

#bf512e #2ebf51 #512ebf

Analogous Colors of #bf512e

#bf512e #bf9a2e #bf2e54

Monochromatic Colors of #bf512e

#bf512e

Complementary Color

#bf512e #2e9cbf

#bf512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf512e Color CSS Codes

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

#bf512e Text Font Color

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

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


#bf512e Background Color

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

This div background color is #bf512e


#bf512e Border Color

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

This div border color is #bf512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf512e


Comments

No comments written yet.

Please login to write comment.