Color Hex Logo

#bf754d Color Hex

#BF754D
(191,117,77)
0 Favorites   0 Comments

Color spaces of #bf754d

RGB 19111777
HSL0.060.470.53
HSV21°60°75°
CMYK 0.000.390.60   0.25
XYZ29.186724.334810.1800
Yxy24.33480.45820.3820
Hunter Lab49.330319.283022.2959
CIE-Lab56.421525.166434.0910

#bf754d color RGB value is (191,117,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110101 01001101
Octal 277 165 115
Decimal 191 117 77
Hex BF 75 4D

RGB Percentages of Color #bf754d

%49.61
%30.39
%20.00

CMYK Percentages of Color #bf754d

%0
%39
%60
%25

Triadic Colors of #bf754d

#bf754d #4dbf75 #754dbf

Analogous Colors of #bf754d

#bf754d #bfae4d #bf4d5e

Monochromatic Colors of #bf754d

#bf754d

Complementary Color

#bf754d #4d97bf

#bf754d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf754d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf754d Color CSS Codes

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

#bf754d Text Font Color

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

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


#bf754d Background Color

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

This div background color is #bf754d


#bf754d Border Color

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

This div border color is #bf754d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,117,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 #bf754d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf754d


Comments

No comments written yet.

Please login to write comment.