Color Hex Logo

#bc733a Color Hex

#BC733A
(188,115,58)
0 Favorites   0 Comments

Color spaces of #bc733a

RGB 18811558
HSL0.070.530.48
HSV26°69°74°
CMYK 0.000.390.69   0.26
XYZ27.633523.25837.0358
Yxy23.25830.47700.4015
Hunter Lab48.226917.881725.1090
CIE-Lab55.337423.745942.7389

#bc733a color RGB value is (188,115,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 00111010
Octal 274 163 72
Decimal 188 115 58
Hex BC 73 3A

RGB Percentages of Color #bc733a

%52.08
%31.86
%16.07

CMYK Percentages of Color #bc733a

%0
%39
%69
%26

Triadic Colors of #bc733a

#bc733a #3abc73 #733abc

Analogous Colors of #bc733a

#bc733a #bcb43a #bc3a42

Monochromatic Colors of #bc733a

#bc733a

Complementary Color

#bc733a #3a83bc

#bc733a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc733a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc733a Color CSS Codes

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

#bc733a Text Font Color

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

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


#bc733a Background Color

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

This div background color is #bc733a


#bc733a Border Color

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

This div border color is #bc733a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc733a


Comments

No comments written yet.

Please login to write comment.