Color Hex Logo

#bf842d Color Hex

#BF842D
(191,132,45)
0 Favorites   0 Comments

Color spaces of #bf842d

RGB 19113245
HSL0.100.620.46
HSV36°76°75°
CMYK 0.000.310.76   0.25
XYZ30.210827.76846.2502
Yxy27.76840.47040.4323
Hunter Lab52.695710.117729.8547
CIE-Lab59.678915.025753.3300

#bf842d color RGB value is (191,132,45).

#bf842d hex color red value is 191, green value is 132 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bf842d hue: 0.10 , saturation: 0.62 and the lightness value of bf842d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000100 00101101
Octal 277 204 55
Decimal 191 132 45
Hex BF 84 2D

RGB Percentages of Color #bf842d

%51.90
%35.87
%12.23

CMYK Percentages of Color #bf842d

%0
%31
%76
%25

Triadic Colors of #bf842d

#bf842d #2dbf84 #842dbf

Analogous Colors of #bf842d

#bf842d #b1bf2d #bf3b2d

Monochromatic Colors of #bf842d

#bf842d

Complementary Color

#bf842d #2d68bf

#bf842d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf842d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf842d Color CSS Codes

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

#bf842d Text Font Color

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

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


#bf842d Background Color

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

This div background color is #bf842d


#bf842d Border Color

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

This div border color is #bf842d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf842d


Comments

No comments written yet.

Please login to write comment.