Color Hex Logo

#bc454b Color Hex

#BC454B
(188,69,75)
0 Favorites   0 Comments

Color spaces of #bc454b

RGB 1886975
HSL0.990.470.50
HSV357°63°74°
CMYK 0.000.630.60   0.26
XYZ24.137215.45568.3677
Yxy15.45560.50330.3223
Hunter Lab39.313640.794014.9000
CIE-Lab46.252048.303022.2998

#bc454b color RGB value is (188,69,75).

#bc454b hex color red value is 188, green value is 69 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bc454b hue: 0.99 , saturation: 0.47 and the lightness value of bc454b is 0.50.

The process color (four color CMYK) of #bc454b color hex is 0.00, 0.63, 0.60, 0.26. Web safe color of #bc454b is #cc3333. Color #bc454b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 01001011
Octal 274 105 113
Decimal 188 69 75
Hex BC 45 4B

RGB Percentages of Color #bc454b

%56.63
%20.78
%22.59

CMYK Percentages of Color #bc454b

%0
%63
%60
%26

Triadic Colors of #bc454b

#bc454b #4bbc45 #454bbc

Analogous Colors of #bc454b

#bc454b #bc7b45 #bc4587

Monochromatic Colors of #bc454b

#bc454b

Complementary Color

#bc454b #45bcb6

#bc454b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc454b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc454b Color CSS Codes

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

#bc454b Text Font Color

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

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


#bc454b Background Color

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

This div background color is #bc454b


#bc454b Border Color

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

This div border color is #bc454b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc454b


Comments

No comments written yet.

Please login to write comment.