Color Hex Logo

#bf582d Color Hex

#BF582D
(191,88,45)
0 Favorites   0 Comments

Color spaces of #bf582d

RGB 1918845
HSL0.050.620.46
HSV18°76°75°
CMYK 0.000.540.76   0.25
XYZ25.449218.24534.6630
Yxy18.24530.52630.3773
Hunter Lab42.714531.599423.4277
CIE-Lab49.792338.679143.4618

#bf582d color RGB value is (191,88,45).

#bf582d hex color red value is 191, green value is 88 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bf582d hue: 0.05 , saturation: 0.62 and the lightness value of bf582d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 00101101
Octal 277 130 55
Decimal 191 88 45
Hex BF 58 2D

RGB Percentages of Color #bf582d

%58.95
%27.16
%13.89

CMYK Percentages of Color #bf582d

%0
%54
%76
%25

Triadic Colors of #bf582d

#bf582d #2dbf58 #582dbf

Analogous Colors of #bf582d

#bf582d #bfa12d #bf2d4b

Monochromatic Colors of #bf582d

#bf582d

Complementary Color

#bf582d #2d94bf

#bf582d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf582d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf582d Color CSS Codes

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

#bf582d Text Font Color

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

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


#bf582d Background Color

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

This div background color is #bf582d


#bf582d Border Color

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

This div border color is #bf582d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf582d


Comments

No comments written yet.

Please login to write comment.