Color Hex Logo

#bf582e Color Hex

#BF582E
(191,88,46)
0 Favorites   0 Comments

Color spaces of #bf582e

RGB 1918846
HSL0.050.610.46
HSV17°76°75°
CMYK 0.000.540.76   0.25
XYZ25.468718.25314.7656
Yxy18.25310.52530.3765
Hunter Lab42.723631.642223.2931
CIE-Lab49.801738.721042.9684

#bf582e color RGB value is (191,88,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 00101110
Octal 277 130 56
Decimal 191 88 46
Hex BF 58 2E

RGB Percentages of Color #bf582e

%58.77
%27.08
%14.15

CMYK Percentages of Color #bf582e

%0
%54
%76
%25

Triadic Colors of #bf582e

#bf582e #2ebf58 #582ebf

Analogous Colors of #bf582e

#bf582e #bfa12e #bf2e4d

Monochromatic Colors of #bf582e

#bf582e

Complementary Color

#bf582e #2e95bf

#bf582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf582e Color CSS Codes

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

#bf582e Text Font Color

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

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


#bf582e Background Color

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

This div background color is #bf582e


#bf582e Border Color

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

This div border color is #bf582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf582e


Comments

No comments written yet.

Please login to write comment.