Color Hex Logo

#bc794a Color Hex

#BC794A
(188,121,74)
0 Favorites   0 Comments

Color spaces of #bc794a

RGB 18812174
HSL0.070.460.51
HSV25°61°74°
CMYK 0.000.360.61   0.26
XYZ28.812424.86059.7585
Yxy24.86050.45420.3919
Hunter Lab49.860315.892923.2982
CIE-Lab56.939221.486336.2543

#bc794a color RGB value is (188,121,74).

#bc794a hex color red value is 188, green value is 121 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc794a hue: 0.07 , saturation: 0.46 and the lightness value of bc794a is 0.51.

The process color (four color CMYK) of #bc794a color hex is 0.00, 0.36, 0.61, 0.26. Web safe color of #bc794a is #cc6633. Color #bc794a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111001 01001010
Octal 274 171 112
Decimal 188 121 74
Hex BC 79 4A

RGB Percentages of Color #bc794a

%49.09
%31.59
%19.32

CMYK Percentages of Color #bc794a

%0
%36
%61
%26

Triadic Colors of #bc794a

#bc794a #4abc79 #794abc

Analogous Colors of #bc794a

#bc794a #bcb24a #bc4a54

Monochromatic Colors of #bc794a

#bc794a

Complementary Color

#bc794a #4a8dbc

#bc794a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc794a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc794a Color CSS Codes

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

#bc794a Text Font Color

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

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


#bc794a Background Color

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

This div background color is #bc794a


#bc794a Border Color

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

This div border color is #bc794a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc794a


Comments

No comments written yet.

Please login to write comment.