Color Hex Logo

#bc6244 Color Hex

#BC6244
(188,98,68)
0 Favorites   0 Comments

Color spaces of #bc6244

RGB 1889868
HSL0.040.470.50
HSV15°64°74°
CMYK 0.000.480.64   0.26
XYZ26.150119.84417.9209
Yxy19.84410.48500.3681
Hunter Lab44.546726.827520.6403
CIE-Lab51.660533.558333.1659

#bc6244 color RGB value is (188,98,68).

#bc6244 hex color red value is 188, green value is 98 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bc6244 hue: 0.04 , saturation: 0.47 and the lightness value of bc6244 is 0.50.

The process color (four color CMYK) of #bc6244 color hex is 0.00, 0.48, 0.64, 0.26. Web safe color of #bc6244 is #cc6633. Color #bc6244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 01000100
Octal 274 142 104
Decimal 188 98 68
Hex BC 62 44

RGB Percentages of Color #bc6244

%53.11
%27.68
%19.21

CMYK Percentages of Color #bc6244

%0
%48
%64
%26

Triadic Colors of #bc6244

#bc6244 #44bc62 #6244bc

Analogous Colors of #bc6244

#bc6244 #bc9e44 #bc4462

Monochromatic Colors of #bc6244

#bc6244

Complementary Color

#bc6244 #449ebc

#bc6244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6244 Color CSS Codes

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

#bc6244 Text Font Color

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

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


#bc6244 Background Color

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

This div background color is #bc6244


#bc6244 Border Color

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

This div border color is #bc6244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6244


Comments

No comments written yet.

Please login to write comment.