Color Hex Logo

#bc543f Color Hex

#BC543F
(188,84,63)
0 Favorites   0 Comments

Color spaces of #bc543f

RGB 1888463
HSL0.030.500.49
HSV10°66°74°
CMYK 0.000.550.66   0.26
XYZ24.806617.39096.7520
Yxy17.39090.50680.3553
Hunter Lab41.702433.201219.5921
CIE-Lab48.748840.441132.4732

#bc543f color RGB value is (188,84,63).

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

The process color (four color CMYK) of #bc543f color hex is 0.00, 0.55, 0.66, 0.26. Web safe color of #bc543f is #cc6633. Color #bc543f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 00111111
Octal 274 124 77
Decimal 188 84 63
Hex BC 54 3F

RGB Percentages of Color #bc543f

%56.12
%25.07
%18.81

CMYK Percentages of Color #bc543f

%0
%55
%66
%26

Triadic Colors of #bc543f

#bc543f #3fbc54 #543fbc

Analogous Colors of #bc543f

#bc543f #bc933f #bc3f69

Monochromatic Colors of #bc543f

#bc543f

Complementary Color

#bc543f #3fa7bc

#bc543f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc543f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc543f Color CSS Codes

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

#bc543f Text Font Color

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

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


#bc543f Background Color

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

This div background color is #bc543f


#bc543f Border Color

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

This div border color is #bc543f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc543f


Comments

No comments written yet.

Please login to write comment.