Color Hex Logo

#bf494f Color Hex

#BF494F
(191,73,79)
0 Favorites   0 Comments

Color spaces of #bf494f

RGB 1917379
HSL0.990.480.52
HSV357°62°75°
CMYK 0.000.620.59   0.25
XYZ25.279716.40609.2314
Yxy16.40600.49650.3222
Hunter Lab40.504340.523514.8402
CIE-Lab47.502747.830921.6258

#bf494f color RGB value is (191,73,79).

#bf494f hex color red value is 191, green value is 73 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bf494f hue: 0.99 , saturation: 0.48 and the lightness value of bf494f is 0.52.

The process color (four color CMYK) of #bf494f color hex is 0.00, 0.62, 0.59, 0.25. Web safe color of #bf494f is #cc3366. Color #bf494f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001001 01001111
Octal 277 111 117
Decimal 191 73 79
Hex BF 49 4F

RGB Percentages of Color #bf494f

%55.69
%21.28
%23.03

CMYK Percentages of Color #bf494f

%0
%62
%59
%25

Triadic Colors of #bf494f

#bf494f #4fbf49 #494fbf

Analogous Colors of #bf494f

#bf494f #bf7e49 #bf498a

Monochromatic Colors of #bf494f

#bf494f

Complementary Color

#bf494f #49bfb9

#bf494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf494f Color CSS Codes

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

#bf494f Text Font Color

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

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


#bf494f Background Color

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

This div background color is #bf494f


#bf494f Border Color

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

This div border color is #bf494f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf494f


Comments

No comments written yet.

Please login to write comment.