Color Hex Logo

#bf744d Color Hex

#BF744D
(191,116,77)
0 Favorites   0 Comments

Color spaces of #bf744d

RGB 19111677
HSL0.060.470.53
HSV21°60°75°
CMYK 0.000.390.60   0.25
XYZ29.070824.103010.1413
Yxy24.10300.45910.3807
Hunter Lab49.094819.780422.1191
CIE-Lab56.190825.713633.8085

#bf744d color RGB value is (191,116,77).

#bf744d hex color red value is 191, green value is 116 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bf744d hue: 0.06 , saturation: 0.47 and the lightness value of bf744d is 0.53.

The process color (four color CMYK) of #bf744d color hex is 0.00, 0.39, 0.60, 0.25. Web safe color of #bf744d is #cc6666. Color #bf744d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 01001101
Octal 277 164 115
Decimal 191 116 77
Hex BF 74 4D

RGB Percentages of Color #bf744d

%49.74
%30.21
%20.05

CMYK Percentages of Color #bf744d

%0
%39
%60
%25

Triadic Colors of #bf744d

#bf744d #4dbf74 #744dbf

Analogous Colors of #bf744d

#bf744d #bfad4d #bf4d5f

Monochromatic Colors of #bf744d

#bf744d

Complementary Color

#bf744d #4d98bf

#bf744d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf744d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf744d Color CSS Codes

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

#bf744d Text Font Color

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

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


#bf744d Background Color

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

This div background color is #bf744d


#bf744d Border Color

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

This div border color is #bf744d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf744d


Comments

No comments written yet.

Please login to write comment.