Color Hex Logo

#bf614d Color Hex

#BF614D
(191,97,77)
0 Favorites   0 Comments

Color spaces of #bf614d

RGB 1919777
HSL0.030.470.53
HSV11°60°75°
CMYK 0.000.490.60   0.25
XYZ27.100120.16169.4844
Yxy20.16160.47760.3553
Hunter Lab44.901729.154518.9076
CIE-Lab52.019435.902428.6178

#bf614d color RGB value is (191,97,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100001 01001101
Octal 277 141 115
Decimal 191 97 77
Hex BF 61 4D

RGB Percentages of Color #bf614d

%52.33
%26.58
%21.10

CMYK Percentages of Color #bf614d

%0
%49
%60
%25

Triadic Colors of #bf614d

#bf614d #4dbf61 #614dbf

Analogous Colors of #bf614d

#bf614d #bf9a4d #bf4d72

Monochromatic Colors of #bf614d

#bf614d

Complementary Color

#bf614d #4dabbf

#bf614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf614d Color CSS Codes

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

#bf614d Text Font Color

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

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


#bf614d Background Color

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

This div background color is #bf614d


#bf614d Border Color

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

This div border color is #bf614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf614d


Comments

No comments written yet.

Please login to write comment.