Color Hex Logo

#bc734d Color Hex

#BC734D
(188,115,77)
0 Favorites   0 Comments

Color spaces of #bc734d

RGB 18811577
HSL0.060.450.52
HSV21°59°74°
CMYK 0.000.390.59   0.26
XYZ28.209323.488710.0681
Yxy23.48870.45670.3803
Hunter Lab48.465119.082521.6088
CIE-Lab55.572225.018732.9606

#bc734d color RGB value is (188,115,77).

#bc734d hex color red value is 188, green value is 115 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc734d hue: 0.06 , saturation: 0.45 and the lightness value of bc734d is 0.52.

The process color (four color CMYK) of #bc734d color hex is 0.00, 0.39, 0.59, 0.26. Web safe color of #bc734d is #cc6666. Color #bc734d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 01001101
Octal 274 163 115
Decimal 188 115 77
Hex BC 73 4D

RGB Percentages of Color #bc734d

%49.47
%30.26
%20.26

CMYK Percentages of Color #bc734d

%0
%39
%59
%26

Triadic Colors of #bc734d

#bc734d #4dbc73 #734dbc

Analogous Colors of #bc734d

#bc734d #bcab4d #bc4d5f

Monochromatic Colors of #bc734d

#bc734d

Complementary Color

#bc734d #4d96bc

#bc734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc734d Color CSS Codes

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

#bc734d Text Font Color

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

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


#bc734d Background Color

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

This div background color is #bc734d


#bc734d Border Color

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

This div border color is #bc734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc734d


Comments

No comments written yet.

Please login to write comment.