Color Hex Logo

#bc673a Color Hex

#BC673A
(188,103,58)
0 Favorites   0 Comments

Color spaces of #bc673a

RGB 18810358
HSL0.060.530.48
HSV21°69°74°
CMYK 0.000.450.69   0.26
XYZ26.353020.69746.6090
Yxy20.69740.49110.3857
Hunter Lab45.494423.782423.2330
CIE-Lab52.616730.275539.7048

#bc673a color RGB value is (188,103,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 00111010
Octal 274 147 72
Decimal 188 103 58
Hex BC 67 3A

RGB Percentages of Color #bc673a

%53.87
%29.51
%16.62

CMYK Percentages of Color #bc673a

%0
%45
%69
%26

Triadic Colors of #bc673a

#bc673a #3abc67 #673abc

Analogous Colors of #bc673a

#bc673a #bca83a #bc3a4e

Monochromatic Colors of #bc673a

#bc673a

Complementary Color

#bc673a #3a8fbc

#bc673a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc673a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc673a Color CSS Codes

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

#bc673a Text Font Color

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

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


#bc673a Background Color

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

This div background color is #bc673a


#bc673a Border Color

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

This div border color is #bc673a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,103,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 #bc673a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc673a


Comments

No comments written yet.

Please login to write comment.