Color Hex Logo

#bc584a Color Hex

#BC584A
(188,88,74)
0 Favorites   0 Comments

Color spaces of #bc584a

RGB 1888874
HSL0.020.460.51
HSV61°74°
CMYK 0.000.530.61   0.26
XYZ25.464818.16528.6427
Yxy18.16520.48720.3475
Hunter Lab42.620732.063317.8115
CIE-Lab49.695939.160627.3160

#bc584a color RGB value is (188,88,74).

#bc584a hex color red value is 188, green value is 88 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc584a hue: 0.02 , saturation: 0.46 and the lightness value of bc584a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 01001010
Octal 274 130 112
Decimal 188 88 74
Hex BC 58 4A

RGB Percentages of Color #bc584a

%53.71
%25.14
%21.14

CMYK Percentages of Color #bc584a

%0
%53
%61
%26

Triadic Colors of #bc584a

#bc584a #4abc58 #584abc

Analogous Colors of #bc584a

#bc584a #bc914a #bc4a75

Monochromatic Colors of #bc584a

#bc584a

Complementary Color

#bc584a #4aaebc

#bc584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc584a Color CSS Codes

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

#bc584a Text Font Color

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

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


#bc584a Background Color

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

This div background color is #bc584a


#bc584a Border Color

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

This div border color is #bc584a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc584a


Comments

No comments written yet.

Please login to write comment.