Color Hex Logo

#bf690f Color Hex

#BF690F
(191,105,15)
0 Favorites   0 Comments

Color spaces of #bf690f

RGB 19110515
HSL0.090.850.40
HSV31°92°75°
CMYK 0.000.450.92   0.25
XYZ26.623721.21403.1434
Yxy21.21400.52220.4161
Hunter Lab46.058722.577328.1947
CIE-Lab53.182928.947657.9268

#bf690f color RGB value is (191,105,15).

#bf690f hex color red value is 191, green value is 105 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bf690f hue: 0.09 , saturation: 0.85 and the lightness value of bf690f is 0.40.

The process color (four color CMYK) of #bf690f color hex is 0.00, 0.45, 0.92, 0.25. Web safe color of #bf690f is #cc6600. Color #bf690f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101001 00001111
Octal 277 151 17
Decimal 191 105 15
Hex BF 69 F

RGB Percentages of Color #bf690f

%61.41
%33.76
%4.82

CMYK Percentages of Color #bf690f

%0
%45
%92
%25

Triadic Colors of #bf690f

#bf690f #0fbf69 #690fbf

Analogous Colors of #bf690f

#bf690f #bdbf0f #bf110f

Monochromatic Colors of #bf690f

#bf690f

Complementary Color

#bf690f #0f65bf

#bf690f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf690f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf690f Color CSS Codes

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

#bf690f Text Font Color

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

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


#bf690f Background Color

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

This div background color is #bf690f


#bf690f Border Color

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

This div border color is #bf690f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf690f


Comments

No comments written yet.

Please login to write comment.