Color Hex Logo

#bc751a Color Hex

#BC751A
(188,117,26)
0 Favorites   0 Comments

Color spaces of #bc751a

RGB 18811726
HSL0.090.760.42
HSV34°86°74°
CMYK 0.000.380.86   0.26
XYZ27.286823.48854.0729
Yxy23.48850.49750.4282
Hunter Lab48.464915.685728.9428
CIE-Lab55.572021.343756.5125

#bc751a color RGB value is (188,117,26).

#bc751a hex color red value is 188, green value is 117 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bc751a hue: 0.09 , saturation: 0.76 and the lightness value of bc751a is 0.42.

The process color (four color CMYK) of #bc751a color hex is 0.00, 0.38, 0.86, 0.26. Web safe color of #bc751a is #cc6633. Color #bc751a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 00011010
Octal 274 165 32
Decimal 188 117 26
Hex BC 75 1A

RGB Percentages of Color #bc751a

%56.80
%35.35
%7.85

CMYK Percentages of Color #bc751a

%0
%38
%86
%26

Triadic Colors of #bc751a

#bc751a #1abc75 #751abc

Analogous Colors of #bc751a

#bc751a #b2bc1a #bc241a

Monochromatic Colors of #bc751a

#bc751a

Complementary Color

#bc751a #1a61bc

#bc751a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc751a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc751a Color CSS Codes

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

#bc751a Text Font Color

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

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


#bc751a Background Color

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

This div background color is #bc751a


#bc751a Border Color

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

This div border color is #bc751a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc751a


Comments

No comments written yet.

Please login to write comment.