Color Hex Logo

#bf8138 Color Hex

#BF8138
(191,129,56)
0 Favorites   0 Comments

Color spaces of #bf8138

RGB 19112956
HSL0.090.550.48
HSV32°71°75°
CMYK 0.000.320.71   0.25
XYZ30.049927.06247.3811
Yxy27.06240.46590.4196
Hunter Lab52.021512.071728.0027
CIE-Lab59.032017.207147.8169

#bf8138 color RGB value is (191,129,56).

#bf8138 hex color red value is 191, green value is 129 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bf8138 hue: 0.09 , saturation: 0.55 and the lightness value of bf8138 is 0.48.

The process color (four color CMYK) of #bf8138 color hex is 0.00, 0.32, 0.71, 0.25. Web safe color of #bf8138 is #cc9933. Color #bf8138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000001 00111000
Octal 277 201 70
Decimal 191 129 56
Hex BF 81 38

RGB Percentages of Color #bf8138

%50.80
%34.31
%14.89

CMYK Percentages of Color #bf8138

%0
%32
%71
%25

Triadic Colors of #bf8138

#bf8138 #38bf81 #8138bf

Analogous Colors of #bf8138

#bf8138 #babf38 #bf3e38

Monochromatic Colors of #bf8138

#bf8138

Complementary Color

#bf8138 #3876bf

#bf8138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8138 Color CSS Codes

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

#bf8138 Text Font Color

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

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


#bf8138 Background Color

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

This div background color is #bf8138


#bf8138 Border Color

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

This div border color is #bf8138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8138


Comments

No comments written yet.

Please login to write comment.