Color Hex Logo

#bf843c Color Hex

#BF843C
(191,132,60)
0 Favorites   0 Comments

Color spaces of #bf843c

RGB 19113260
HSL0.090.520.49
HSV33°69°75°
CMYK 0.000.310.69   0.25
XYZ30.552727.90518.0509
Yxy27.90510.45940.4196
Hunter Lab52.825310.795327.9415
CIE-Lab59.802915.773746.7503

#bf843c color RGB value is (191,132,60).

#bf843c hex color red value is 191, green value is 132 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bf843c hue: 0.09 , saturation: 0.52 and the lightness value of bf843c is 0.49.

The process color (four color CMYK) of #bf843c color hex is 0.00, 0.31, 0.69, 0.25. Web safe color of #bf843c is #cc9933. Color #bf843c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000100 00111100
Octal 277 204 74
Decimal 191 132 60
Hex BF 84 3C

RGB Percentages of Color #bf843c

%49.87
%34.46
%15.67

CMYK Percentages of Color #bf843c

%0
%31
%69
%25

Triadic Colors of #bf843c

#bf843c #3cbf84 #843cbf

Analogous Colors of #bf843c

#bf843c #b9bf3c #bf433c

Monochromatic Colors of #bf843c

#bf843c

Complementary Color

#bf843c #3c77bf

#bf843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf843c Color CSS Codes

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

#bf843c Text Font Color

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

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


#bf843c Background Color

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

This div background color is #bf843c


#bf843c Border Color

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

This div border color is #bf843c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf843c


Comments

No comments written yet.

Please login to write comment.