Color Hex Logo

#bc553f Color Hex

#BC553F
(188,85,63)
0 Favorites   0 Comments

Color spaces of #bc553f

RGB 1888563
HSL0.030.500.49
HSV11°66°74°
CMYK 0.000.550.66   0.26
XYZ24.884717.54726.7780
Yxy17.54720.50570.3566
Hunter Lab41.889432.732919.7290
CIE-Lab48.942239.942532.7052

#bc553f color RGB value is (188,85,63).

#bc553f hex color red value is 188, green value is 85 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bc553f hue: 0.03 , saturation: 0.50 and the lightness value of bc553f is 0.49.

The process color (four color CMYK) of #bc553f color hex is 0.00, 0.55, 0.66, 0.26. Web safe color of #bc553f is #cc6633. Color #bc553f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 00111111
Octal 274 125 77
Decimal 188 85 63
Hex BC 55 3F

RGB Percentages of Color #bc553f

%55.95
%25.30
%18.75

CMYK Percentages of Color #bc553f

%0
%55
%66
%26

Triadic Colors of #bc553f

#bc553f #3fbc55 #553fbc

Analogous Colors of #bc553f

#bc553f #bc943f #bc3f68

Monochromatic Colors of #bc553f

#bc553f

Complementary Color

#bc553f #3fa6bc

#bc553f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc553f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc553f Color CSS Codes

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

#bc553f Text Font Color

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

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


#bc553f Background Color

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

This div background color is #bc553f


#bc553f Border Color

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

This div border color is #bc553f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc553f


Comments

No comments written yet.

Please login to write comment.