Color Hex Logo

#bf672e Color Hex

#BF672E
(191,103,46)
0 Favorites   0 Comments

Color spaces of #bf672e

RGB 19110346
HSL0.070.610.46
HSV24°76°75°
CMYK 0.000.460.76   0.25
XYZ26.829220.97415.2191
Yxy20.97410.50600.3956
Hunter Lab45.797524.423725.3015
CIE-Lab52.921130.915546.1785

#bf672e color RGB value is (191,103,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100111 00101110
Octal 277 147 56
Decimal 191 103 46
Hex BF 67 2E

RGB Percentages of Color #bf672e

%56.18
%30.29
%13.53

CMYK Percentages of Color #bf672e

%0
%46
%76
%25

Triadic Colors of #bf672e

#bf672e #2ebf67 #672ebf

Analogous Colors of #bf672e

#bf672e #bfb02e #bf2e3e

Monochromatic Colors of #bf672e

#bf672e

Complementary Color

#bf672e #2e86bf

#bf672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf672e Color CSS Codes

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

#bf672e Text Font Color

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

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


#bf672e Background Color

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

This div background color is #bf672e


#bf672e Border Color

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

This div border color is #bf672e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf672e


Comments

No comments written yet.

Please login to write comment.