Color Hex Logo

#bc510d Color Hex

#BC510D
(188,81,13)
0 Favorites   0 Comments

Color spaces of #bc510d

RGB 1888113
HSL0.060.870.39
HSV23°93°74°
CMYK 0.000.570.93   0.26
XYZ23.754116.60532.3339
Yxy16.60530.55640.3889
Hunter Lab40.749632.740925.1289
CIE-Lab47.758840.124054.3722

#bc510d color RGB value is (188,81,13).

#bc510d hex color red value is 188, green value is 81 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bc510d hue: 0.06 , saturation: 0.87 and the lightness value of bc510d is 0.39.

The process color (four color CMYK) of #bc510d color hex is 0.00, 0.57, 0.93, 0.26. Web safe color of #bc510d is #cc6600. Color #bc510d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 00001101
Octal 274 121 15
Decimal 188 81 13
Hex BC 51 D

RGB Percentages of Color #bc510d

%66.67
%28.72
%4.61

CMYK Percentages of Color #bc510d

%0
%57
%93
%26

Triadic Colors of #bc510d

#bc510d #0dbc51 #510dbc

Analogous Colors of #bc510d

#bc510d #bca90d #bc0d21

Monochromatic Colors of #bc510d

#bc510d

Complementary Color

#bc510d #0d78bc

#bc510d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc510d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc510d Color CSS Codes

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

#bc510d Text Font Color

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

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


#bc510d Background Color

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

This div background color is #bc510d


#bc510d Border Color

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

This div border color is #bc510d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc510d


Comments

No comments written yet.

Please login to write comment.