Color Hex Logo

#bc482e Color Hex

#BC482E
(188,72,46)
0 Favorites   0 Comments

Color spaces of #bc482e

RGB 1887246
HSL0.030.610.46
HSV11°76°74°
CMYK 0.000.620.76   0.26
XYZ23.549515.52344.3399
Yxy15.52340.54250.3576
Hunter Lab39.399737.741121.0490
CIE-Lab46.342945.320339.1695

#bc482e color RGB value is (188,72,46).

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

The process color (four color CMYK) of #bc482e color hex is 0.00, 0.62, 0.76, 0.26. Web safe color of #bc482e is #cc3333. Color #bc482e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00101110
Octal 274 110 56
Decimal 188 72 46
Hex BC 48 2E

RGB Percentages of Color #bc482e

%61.44
%23.53
%15.03

CMYK Percentages of Color #bc482e

%0
%62
%76
%26

Triadic Colors of #bc482e

#bc482e #2ebc48 #482ebc

Analogous Colors of #bc482e

#bc482e #bc8f2e #bc2e5b

Monochromatic Colors of #bc482e

#bc482e

Complementary Color

#bc482e #2ea2bc

#bc482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc482e Color CSS Codes

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

#bc482e Text Font Color

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

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


#bc482e Background Color

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

This div background color is #bc482e


#bc482e Border Color

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

This div border color is #bc482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc482e


Comments

No comments written yet.

Please login to write comment.