Color Hex Logo

#bc6454 Color Hex

#BC6454
(188,100,84)
0 Favorites   0 Comments

Color spaces of #bc6454

RGB 18810084
HSL0.030.440.53
HSV55°74°
CMYK 0.000.470.55   0.26
XYZ26.896420.445810.9163
Yxy20.44580.46170.3509
Hunter Lab45.217027.047217.3381
CIE-Lab52.337533.704624.9121

#bc6454 color RGB value is (188,100,84).

#bc6454 hex color red value is 188, green value is 100 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bc6454 hue: 0.03 , saturation: 0.44 and the lightness value of bc6454 is 0.53.

The process color (four color CMYK) of #bc6454 color hex is 0.00, 0.47, 0.55, 0.26. Web safe color of #bc6454 is #cc6666. Color #bc6454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100100 01010100
Octal 274 144 124
Decimal 188 100 84
Hex BC 64 54

RGB Percentages of Color #bc6454

%50.54
%26.88
%22.58

CMYK Percentages of Color #bc6454

%0
%47
%55
%26

Triadic Colors of #bc6454

#bc6454 #54bc64 #6454bc

Analogous Colors of #bc6454

#bc6454 #bc9854 #bc5478

Monochromatic Colors of #bc6454

#bc6454

Complementary Color

#bc6454 #54acbc

#bc6454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6454 Color CSS Codes

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

#bc6454 Text Font Color

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

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


#bc6454 Background Color

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

This div background color is #bc6454


#bc6454 Border Color

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

This div border color is #bc6454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6454


Comments

No comments written yet.

Please login to write comment.