Color Hex Logo

#bc350f Color Hex

#BC350F
(188,53,15)
0 Favorites   0 Comments

Color spaces of #bc350f

RGB 1885315
HSL0.040.850.40
HSV13°92°74°
CMYK 0.000.720.92   0.26
XYZ22.098413.27211.8490
Yxy13.27210.59370.3566
Hunter Lab36.430944.521222.4924
CIE-Lab43.170452.407350.6109

#bc350f color RGB value is (188,53,15).

#bc350f hex color red value is 188, green value is 53 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc350f hue: 0.04 , saturation: 0.85 and the lightness value of bc350f is 0.40.

The process color (four color CMYK) of #bc350f color hex is 0.00, 0.72, 0.92, 0.26. Web safe color of #bc350f is #cc3300. Color #bc350f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 00001111
Octal 274 65 17
Decimal 188 53 15
Hex BC 35 F

RGB Percentages of Color #bc350f

%73.44
%20.70
%5.86

CMYK Percentages of Color #bc350f

%0
%72
%92
%26

Triadic Colors of #bc350f

#bc350f #0fbc35 #350fbc

Analogous Colors of #bc350f

#bc350f #bc8c0f #bc0f40

Monochromatic Colors of #bc350f

#bc350f

Complementary Color

#bc350f #0f96bc

#bc350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc350f Color CSS Codes

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

#bc350f Text Font Color

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

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


#bc350f Background Color

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

This div background color is #bc350f


#bc350f Border Color

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

This div border color is #bc350f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc350f


Comments

No comments written yet.

Please login to write comment.