Color Hex Logo

#bf494d Color Hex

#BF494D
(191,73,77)
0 Favorites   0 Comments

Color spaces of #bf494d

RGB 1917377
HSL0.990.480.52
HSV358°62°75°
CMYK 0.000.620.60   0.25
XYZ25.208016.37738.8537
Yxy16.37730.49980.3247
Hunter Lab40.468940.366815.3569
CIE-Lab47.465747.686422.7769

#bf494d color RGB value is (191,73,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001001 01001101
Octal 277 111 115
Decimal 191 73 77
Hex BF 49 4D

RGB Percentages of Color #bf494d

%56.01
%21.41
%22.58

CMYK Percentages of Color #bf494d

%0
%62
%60
%25

Triadic Colors of #bf494d

#bf494d #4dbf49 #494dbf

Analogous Colors of #bf494d

#bf494d #bf8049 #bf4988

Monochromatic Colors of #bf494d

#bf494d

Complementary Color

#bf494d #49bfbb

#bf494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf494d Color CSS Codes

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

#bf494d Text Font Color

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

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


#bf494d Background Color

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

This div background color is #bf494d


#bf494d Border Color

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

This div border color is #bf494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf494d


Comments

No comments written yet.

Please login to write comment.