Color Hex Logo

#bc7458 Color Hex

#BC7458
(188,116,88)
0 Favorites   0 Comments

Color spaces of #bc7458

RGB 18811688
HSL0.050.430.54
HSV17°53°74°
CMYK 0.000.380.53   0.26
XYZ28.745923.886712.3280
Yxy23.88670.44250.3677
Hunter Lab48.874019.457619.2565
CIE-Lab55.974225.387527.3382

#bc7458 color RGB value is (188,116,88).

#bc7458 hex color red value is 188, green value is 116 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bc7458 hue: 0.05 , saturation: 0.43 and the lightness value of bc7458 is 0.54.

The process color (four color CMYK) of #bc7458 color hex is 0.00, 0.38, 0.53, 0.26. Web safe color of #bc7458 is #cc6666. Color #bc7458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 01011000
Octal 274 164 130
Decimal 188 116 88
Hex BC 74 58

RGB Percentages of Color #bc7458

%47.96
%29.59
%22.45

CMYK Percentages of Color #bc7458

%0
%38
%53
%26

Triadic Colors of #bc7458

#bc7458 #58bc74 #7458bc

Analogous Colors of #bc7458

#bc7458 #bca658 #bc586e

Monochromatic Colors of #bc7458

#bc7458

Complementary Color

#bc7458 #58a0bc

#bc7458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7458 Color CSS Codes

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

#bc7458 Text Font Color

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

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


#bc7458 Background Color

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

This div background color is #bc7458


#bc7458 Border Color

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

This div border color is #bc7458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7458


Comments

No comments written yet.

Please login to write comment.