Color Hex Logo

#bc583f Color Hex

#BC583F
(188,88,63)
0 Favorites   0 Comments

Color spaces of #bc583f

RGB 1888863
HSL0.030.500.49
HSV12°66°74°
CMYK 0.000.530.66   0.26
XYZ25.126018.02976.8584
Yxy18.02970.50240.3605
Hunter Lab42.461431.317720.1464
CIE-Lab49.532138.430533.4100

#bc583f color RGB value is (188,88,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 00111111
Octal 274 130 77
Decimal 188 88 63
Hex BC 58 3F

RGB Percentages of Color #bc583f

%55.46
%25.96
%18.58

CMYK Percentages of Color #bc583f

%0
%53
%66
%26

Triadic Colors of #bc583f

#bc583f #3fbc58 #583fbc

Analogous Colors of #bc583f

#bc583f #bc973f #bc3f65

Monochromatic Colors of #bc583f

#bc583f

Complementary Color

#bc583f #3fa3bc

#bc583f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc583f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc583f Color CSS Codes

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

#bc583f Text Font Color

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

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


#bc583f Background Color

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

This div background color is #bc583f


#bc583f Border Color

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

This div border color is #bc583f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc583f


Comments

No comments written yet.

Please login to write comment.