Color Hex Logo

#bf832f Color Hex

#BF832F
(191,131,47)
0 Favorites   0 Comments

Color spaces of #bf832f

RGB 19113147
HSL0.100.610.47
HSV35°75°75°
CMYK 0.000.310.75   0.25
XYZ30.115227.51426.4128
Yxy27.51420.47020.4296
Hunter Lab52.454010.687029.4692
CIE-Lab59.447315.663852.2673

#bf832f color RGB value is (191,131,47).

#bf832f hex color red value is 191, green value is 131 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bf832f hue: 0.10 , saturation: 0.61 and the lightness value of bf832f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000011 00101111
Octal 277 203 57
Decimal 191 131 47
Hex BF 83 2F

RGB Percentages of Color #bf832f

%51.76
%35.50
%12.74

CMYK Percentages of Color #bf832f

%0
%31
%75
%25

Triadic Colors of #bf832f

#bf832f #2fbf83 #832fbf

Analogous Colors of #bf832f

#bf832f #b3bf2f #bf3b2f

Monochromatic Colors of #bf832f

#bf832f

Complementary Color

#bf832f #2f6bbf

#bf832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf832f Color CSS Codes

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

#bf832f Text Font Color

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

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


#bf832f Background Color

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

This div background color is #bf832f


#bf832f Border Color

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

This div border color is #bf832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf832f


Comments

No comments written yet.

Please login to write comment.