Color Hex Logo

#bf513d Color Hex

#BF513D
(191,81,61)
0 Favorites   0 Comments

Color spaces of #bf513d

RGB 1918161
HSL0.030.520.49
HSV68°75°
CMYK 0.000.580.68   0.25
XYZ25.270617.29816.4218
Yxy17.29810.51580.3531
Hunter Lab41.591035.672019.9591
CIE-Lab48.633542.918433.5864

#bf513d color RGB value is (191,81,61).

#bf513d hex color red value is 191, green value is 81 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bf513d hue: 0.03 , saturation: 0.52 and the lightness value of bf513d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010001 00111101
Octal 277 121 75
Decimal 191 81 61
Hex BF 51 3D

RGB Percentages of Color #bf513d

%57.36
%24.32
%18.32

CMYK Percentages of Color #bf513d

%0
%58
%68
%25

Triadic Colors of #bf513d

#bf513d #3dbf51 #513dbf

Analogous Colors of #bf513d

#bf513d #bf923d #bf3d6a

Monochromatic Colors of #bf513d

#bf513d

Complementary Color

#bf513d #3dabbf

#bf513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf513d Color CSS Codes

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

#bf513d Text Font Color

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

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


#bf513d Background Color

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

This div background color is #bf513d


#bf513d Border Color

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

This div border color is #bf513d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,81,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf513d


Comments

No comments written yet.

Please login to write comment.