Color Hex Logo

#bc750d Color Hex

#BC750D
(188,117,13)
0 Favorites   0 Comments

Color spaces of #bc750d

RGB 18811713
HSL0.100.870.39
HSV36°93°74°
CMYK 0.000.380.93   0.26
XYZ27.173023.44303.4736
Yxy23.44300.50240.4334
Hunter Lab48.418015.445829.6390
CIE-Lab55.525721.083859.8890

#bc750d color RGB value is (188,117,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 00001101
Octal 274 165 15
Decimal 188 117 13
Hex BC 75 D

RGB Percentages of Color #bc750d

%59.12
%36.79
%4.09

CMYK Percentages of Color #bc750d

%0
%38
%93
%26

Triadic Colors of #bc750d

#bc750d #0dbc75 #750dbc

Analogous Colors of #bc750d

#bc750d #acbc0d #bc1e0d

Monochromatic Colors of #bc750d

#bc750d

Complementary Color

#bc750d #0d54bc

#bc750d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc750d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc750d Color CSS Codes

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

#bc750d Text Font Color

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

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


#bc750d Background Color

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

This div background color is #bc750d


#bc750d Border Color

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

This div border color is #bc750d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,117,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 #bc750d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc750d


Comments

No comments written yet.

Please login to write comment.