Color Hex Logo

#bc543a Color Hex

#BC543A
(188,84,58)
0 Favorites   0 Comments

Color spaces of #bc543a

RGB 1888458
HSL0.030.530.48
HSV12°69°74°
CMYK 0.000.550.69   0.26
XYZ24.673117.33756.0490
Yxy17.33750.51340.3607
Hunter Lab41.638332.904420.5335
CIE-Lab48.682540.152835.2075

#bc543a color RGB value is (188,84,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 00111010
Octal 274 124 72
Decimal 188 84 58
Hex BC 54 3A

RGB Percentages of Color #bc543a

%56.97
%25.45
%17.58

CMYK Percentages of Color #bc543a

%0
%55
%69
%26

Triadic Colors of #bc543a

#bc543a #3abc54 #543abc

Analogous Colors of #bc543a

#bc543a #bc953a #bc3a61

Monochromatic Colors of #bc543a

#bc543a

Complementary Color

#bc543a #3aa2bc

#bc543a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc543a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc543a Color CSS Codes

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

#bc543a Text Font Color

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

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


#bc543a Background Color

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

This div background color is #bc543a


#bc543a Border Color

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

This div border color is #bc543a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc543a


Comments

No comments written yet.

Please login to write comment.