Color Hex Logo

#bc654f Color Hex

#BC654F
(188,101,79)
0 Favorites   0 Comments

Color spaces of #bc654f

RGB 18810179
HSL0.030.450.52
HSV12°58°74°
CMYK 0.000.460.58   0.26
XYZ26.804020.56329.9535
Yxy20.56320.46760.3587
Hunter Lab45.346726.153118.7286
CIE-Lab52.468132.765627.9532

#bc654f color RGB value is (188,101,79).

#bc654f hex color red value is 188, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bc654f hue: 0.03 , saturation: 0.45 and the lightness value of bc654f is 0.52.

The process color (four color CMYK) of #bc654f color hex is 0.00, 0.46, 0.58, 0.26. Web safe color of #bc654f is #cc6666. Color #bc654f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 01001111
Octal 274 145 117
Decimal 188 101 79
Hex BC 65 4F

RGB Percentages of Color #bc654f

%51.09
%27.45
%21.47

CMYK Percentages of Color #bc654f

%0
%46
%58
%26

Triadic Colors of #bc654f

#bc654f #4fbc65 #654fbc

Analogous Colors of #bc654f

#bc654f #bc9c4f #bc4f70

Monochromatic Colors of #bc654f

#bc654f

Complementary Color

#bc654f #4fa6bc

#bc654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc654f Color CSS Codes

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

#bc654f Text Font Color

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

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


#bc654f Background Color

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

This div background color is #bc654f


#bc654f Border Color

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

This div border color is #bc654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc654f


Comments

No comments written yet.

Please login to write comment.