Color Hex Logo

#bc5828 Color Hex

#BC5828
(188,88,40)
0 Favorites   0 Comments

Color spaces of #bc5828

RGB 1888840
HSL0.050.650.45
HSV19°79°74°
CMYK 0.000.530.79   0.26
XYZ24.611817.82404.1507
Yxy17.82400.52830.3826
Hunter Lab42.218530.176523.7239
CIE-Lab49.281937.304745.2444

#bc5828 color RGB value is (188,88,40).

#bc5828 hex color red value is 188, green value is 88 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bc5828 hue: 0.05 , saturation: 0.65 and the lightness value of bc5828 is 0.45.

The process color (four color CMYK) of #bc5828 color hex is 0.00, 0.53, 0.79, 0.26. Web safe color of #bc5828 is #cc6633. Color #bc5828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 00101000
Octal 274 130 50
Decimal 188 88 40
Hex BC 58 28

RGB Percentages of Color #bc5828

%59.49
%27.85
%12.66

CMYK Percentages of Color #bc5828

%0
%53
%79
%26

Triadic Colors of #bc5828

#bc5828 #28bc58 #5828bc

Analogous Colors of #bc5828

#bc5828 #bca228 #bc2842

Monochromatic Colors of #bc5828

#bc5828

Complementary Color

#bc5828 #288cbc

#bc5828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5828 Color CSS Codes

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

#bc5828 Text Font Color

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

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


#bc5828 Background Color

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

This div background color is #bc5828


#bc5828 Border Color

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

This div border color is #bc5828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5828


Comments

No comments written yet.

Please login to write comment.