Color Hex Logo

#bc655f Color Hex

#BC655F
(188,101,95)
0 Favorites   0 Comments

Color spaces of #bc655f

RGB 18810195
HSL0.010.410.55
HSV49°74°
CMYK 0.000.460.49   0.26
XYZ27.458320.825013.3989
Yxy20.82500.44520.3376
Hunter Lab45.634427.543514.5357
CIE-Lab52.757434.164919.0679

#bc655f color RGB value is (188,101,95).

#bc655f hex color red value is 188, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc655f hue: 0.01 , saturation: 0.41 and the lightness value of bc655f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100101 01011111
Octal 274 145 137
Decimal 188 101 95
Hex BC 65 5F

RGB Percentages of Color #bc655f

%48.96
%26.30
%24.74

CMYK Percentages of Color #bc655f

%0
%46
%49
%26

Triadic Colors of #bc655f

#bc655f #5fbc65 #655fbc

Analogous Colors of #bc655f

#bc655f #bc945f #bc5f88

Monochromatic Colors of #bc655f

#bc655f

Complementary Color

#bc655f #5fb6bc

#bc655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc655f Color CSS Codes

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

#bc655f Text Font Color

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

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


#bc655f Background Color

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

This div background color is #bc655f


#bc655f Border Color

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

This div border color is #bc655f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,101,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc655f


Comments

No comments written yet.

Please login to write comment.