Color Hex Logo

#bc693a Color Hex

#BC693A
(188,105,58)
0 Favorites   0 Comments

Color spaces of #bc693a

RGB 18810558
HSL0.060.530.48
HSV22°69°74°
CMYK 0.000.440.69   0.26
XYZ26.554321.10006.6761
Yxy21.10000.48880.3884
Hunter Lab45.934722.802823.5372
CIE-Lab53.058829.198240.2018

#bc693a color RGB value is (188,105,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101001 00111010
Octal 274 151 72
Decimal 188 105 58
Hex BC 69 3A

RGB Percentages of Color #bc693a

%53.56
%29.91
%16.52

CMYK Percentages of Color #bc693a

%0
%44
%69
%26

Triadic Colors of #bc693a

#bc693a #3abc69 #693abc

Analogous Colors of #bc693a

#bc693a #bcaa3a #bc3a4c

Monochromatic Colors of #bc693a

#bc693a

Complementary Color

#bc693a #3a8dbc

#bc693a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc693a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc693a Color CSS Codes

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

#bc693a Text Font Color

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

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


#bc693a Background Color

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

This div background color is #bc693a


#bc693a Border Color

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

This div border color is #bc693a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc693a


Comments

No comments written yet.

Please login to write comment.