Color Hex Logo

#bc514a Color Hex

#BC514A
(188,81,74)
0 Favorites   0 Comments

Color spaces of #bc514a

RGB 1888174
HSL0.010.460.51
HSV61°74°
CMYK 0.000.570.61   0.26
XYZ24.917517.07068.4602
Yxy17.07060.49390.3384
Hunter Lab41.316635.347016.7811
CIE-Lab48.348942.640625.6029

#bc514a color RGB value is (188,81,74).

#bc514a hex color red value is 188, green value is 81 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc514a hue: 0.01 , saturation: 0.46 and the lightness value of bc514a is 0.51.

The process color (four color CMYK) of #bc514a color hex is 0.00, 0.57, 0.61, 0.26. Web safe color of #bc514a is #cc6633. Color #bc514a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 01001010
Octal 274 121 112
Decimal 188 81 74
Hex BC 51 4A

RGB Percentages of Color #bc514a

%54.81
%23.62
%21.57

CMYK Percentages of Color #bc514a

%0
%57
%61
%26

Triadic Colors of #bc514a

#bc514a #4abc51 #514abc

Analogous Colors of #bc514a

#bc514a #bc8a4a #bc4a7c

Monochromatic Colors of #bc514a

#bc514a

Complementary Color

#bc514a #4ab5bc

#bc514a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc514a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc514a Color CSS Codes

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

#bc514a Text Font Color

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

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


#bc514a Background Color

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

This div background color is #bc514a


#bc514a Border Color

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

This div border color is #bc514a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc514a


Comments

No comments written yet.

Please login to write comment.