Color Hex Logo

#bf531d Color Hex

#BF531D
(191,83,29)
0 Favorites   0 Comments

Color spaces of #bf531d

RGB 1918329
HSL0.060.740.43
HSV20°85°75°
CMYK 0.000.570.85   0.25
XYZ24.800917.35163.2044
Yxy17.35160.54680.3826
Hunter Lab41.655333.379524.5977
CIE-Lab48.700040.627049.8034

#bf531d color RGB value is (191,83,29).

#bf531d hex color red value is 191, green value is 83 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bf531d hue: 0.06 , saturation: 0.74 and the lightness value of bf531d is 0.43.

The process color (four color CMYK) of #bf531d color hex is 0.00, 0.57, 0.85, 0.25. Web safe color of #bf531d is #cc6633. Color #bf531d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010011 00011101
Octal 277 123 35
Decimal 191 83 29
Hex BF 53 1D

RGB Percentages of Color #bf531d

%63.04
%27.39
%9.57

CMYK Percentages of Color #bf531d

%0
%57
%85
%25

Triadic Colors of #bf531d

#bf531d #1dbf53 #531dbf

Analogous Colors of #bf531d

#bf531d #bfa41d #bf1d38

Monochromatic Colors of #bf531d

#bf531d

Complementary Color

#bf531d #1d89bf

#bf531d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf531d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf531d Color CSS Codes

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

#bf531d Text Font Color

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

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


#bf531d Background Color

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

This div background color is #bf531d


#bf531d Border Color

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

This div border color is #bf531d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf531d


Comments

No comments written yet.

Please login to write comment.