Color Hex Logo

#bc753a Color Hex

#BC753A
(188,117,58)
0 Favorites   0 Comments

Color spaces of #bc753a

RGB 18811758
HSL0.080.530.48
HSV27°69°74°
CMYK 0.000.380.69   0.26
XYZ27.864023.71947.1127
Yxy23.71940.47470.4041
Hunter Lab48.702616.895025.4329
CIE-Lab55.805722.645643.2550

#bc753a color RGB value is (188,117,58).

#bc753a hex color red value is 188, green value is 117 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bc753a hue: 0.08 , saturation: 0.53 and the lightness value of bc753a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 00111010
Octal 274 165 72
Decimal 188 117 58
Hex BC 75 3A

RGB Percentages of Color #bc753a

%51.79
%32.23
%15.98

CMYK Percentages of Color #bc753a

%0
%38
%69
%26

Triadic Colors of #bc753a

#bc753a #3abc75 #753abc

Analogous Colors of #bc753a

#bc753a #bcb63a #bc3a40

Monochromatic Colors of #bc753a

#bc753a

Complementary Color

#bc753a #3a81bc

#bc753a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc753a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc753a Color CSS Codes

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

#bc753a Text Font Color

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

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


#bc753a Background Color

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

This div background color is #bc753a


#bc753a Border Color

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

This div border color is #bc753a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc753a


Comments

No comments written yet.

Please login to write comment.