Color Hex Logo

#bf703f Color Hex

#BF703F
(191,112,63)
0 Favorites   0 Comments

Color spaces of #bf703f

RGB 19111263
HSL0.060.500.50
HSV23°67°75°
CMYK 0.000.410.67   0.25
XYZ28.177223.02367.6615
Yxy23.02360.47870.3911
Hunter Lab47.982920.851224.1211
CIE-Lab55.096626.942040.0119

#bf703f color RGB value is (191,112,63).

#bf703f hex color red value is 191, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bf703f hue: 0.06 , saturation: 0.50 and the lightness value of bf703f is 0.50.

The process color (four color CMYK) of #bf703f color hex is 0.00, 0.41, 0.67, 0.25. Web safe color of #bf703f is #cc6633. Color #bf703f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110000 00111111
Octal 277 160 77
Decimal 191 112 63
Hex BF 70 3F

RGB Percentages of Color #bf703f

%52.19
%30.60
%17.21

CMYK Percentages of Color #bf703f

%0
%41
%67
%25

Triadic Colors of #bf703f

#bf703f #3fbf70 #703fbf

Analogous Colors of #bf703f

#bf703f #bfb03f #bf3f4e

Monochromatic Colors of #bf703f

#bf703f

Complementary Color

#bf703f #3f8ebf

#bf703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf703f Color CSS Codes

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

#bf703f Text Font Color

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

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


#bf703f Background Color

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

This div background color is #bf703f


#bf703f Border Color

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

This div border color is #bf703f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf703f


Comments

No comments written yet.

Please login to write comment.