Color Hex Logo

#bc552d Color Hex

#BC552D
(188,85,45)
0 Favorites   0 Comments

Color spaces of #bc552d

RGB 1888545
HSL0.050.610.46
HSV17°76°74°
CMYK 0.000.550.76   0.26
XYZ24.461217.37784.5476
Yxy17.37780.52730.3746
Hunter Lab41.686731.789722.7127
CIE-Lab48.732639.021342.2168

#bc552d color RGB value is (188,85,45).

#bc552d hex color red value is 188, green value is 85 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bc552d hue: 0.05 , saturation: 0.61 and the lightness value of bc552d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 00101101
Octal 274 125 55
Decimal 188 85 45
Hex BC 55 2D

RGB Percentages of Color #bc552d

%59.12
%26.73
%14.15

CMYK Percentages of Color #bc552d

%0
%55
%76
%26

Triadic Colors of #bc552d

#bc552d #2dbc55 #552dbc

Analogous Colors of #bc552d

#bc552d #bc9d2d #bc2d4d

Monochromatic Colors of #bc552d

#bc552d

Complementary Color

#bc552d #2d94bc

#bc552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc552d Color CSS Codes

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

#bc552d Text Font Color

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

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


#bc552d Background Color

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

This div background color is #bc552d


#bc552d Border Color

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

This div border color is #bc552d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc552d


Comments

No comments written yet.

Please login to write comment.