Color Hex Logo

#bf564d Color Hex

#BF564D
(191,86,77)
0 Favorites   0 Comments

Color spaces of #bf564d

RGB 1918677
HSL0.010.470.53
HSV60°75°
CMYK 0.000.550.60   0.25
XYZ26.153218.26789.1688
Yxy18.26780.48800.3409
Hunter Lab42.740834.428017.1997
CIE-Lab49.819341.507225.8190

#bf564d color RGB value is (191,86,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010110 01001101
Octal 277 126 115
Decimal 191 86 77
Hex BF 56 4D

RGB Percentages of Color #bf564d

%53.95
%24.29
%21.75

CMYK Percentages of Color #bf564d

%0
%55
%60
%25

Triadic Colors of #bf564d

#bf564d #4dbf56 #564dbf

Analogous Colors of #bf564d

#bf564d #bf8f4d #bf4d7d

Monochromatic Colors of #bf564d

#bf564d

Complementary Color

#bf564d #4db6bf

#bf564d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf564d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf564d Color CSS Codes

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

#bf564d Text Font Color

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

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


#bf564d Background Color

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

This div background color is #bf564d


#bf564d Border Color

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

This div border color is #bf564d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf564d


Comments

No comments written yet.

Please login to write comment.