Color Hex Logo

#bc7234 Color Hex

#BC7234
(188,114,52)
0 Favorites   0 Comments

Color spaces of #bc7234

RGB 18811452
HSL0.080.570.47
HSV27°72°74°
CMYK 0.000.390.72   0.26
XYZ27.376222.97396.2403
Yxy22.97390.48380.4060
Hunter Lab47.931118.072225.8326
CIE-Lab55.045423.973145.3820

#bc7234 color RGB value is (188,114,52).

#bc7234 hex color red value is 188, green value is 114 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bc7234 hue: 0.08 , saturation: 0.57 and the lightness value of bc7234 is 0.47.

The process color (four color CMYK) of #bc7234 color hex is 0.00, 0.39, 0.72, 0.26. Web safe color of #bc7234 is #cc6633. Color #bc7234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 00110100
Octal 274 162 64
Decimal 188 114 52
Hex BC 72 34

RGB Percentages of Color #bc7234

%53.11
%32.20
%14.69

CMYK Percentages of Color #bc7234

%0
%39
%72
%26

Triadic Colors of #bc7234

#bc7234 #34bc72 #7234bc

Analogous Colors of #bc7234

#bc7234 #bcb634 #bc343a

Monochromatic Colors of #bc7234

#bc7234

Complementary Color

#bc7234 #347ebc

#bc7234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7234 Color CSS Codes

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

#bc7234 Text Font Color

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

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


#bc7234 Background Color

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

This div background color is #bc7234


#bc7234 Border Color

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

This div border color is #bc7234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7234


Comments

No comments written yet.

Please login to write comment.