Color Hex Logo

#bc482f Color Hex

#BC482F
(188,72,47)
0 Favorites   0 Comments

Color spaces of #bc482f

RGB 1887247
HSL0.030.600.46
HSV11°75°74°
CMYK 0.000.620.75   0.26
XYZ23.569515.53134.4449
Yxy15.53130.54130.3567
Hunter Lab39.409837.787020.8997
CIE-Lab46.353545.363638.6412

#bc482f color RGB value is (188,72,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00101111
Octal 274 110 57
Decimal 188 72 47
Hex BC 48 2F

RGB Percentages of Color #bc482f

%61.24
%23.45
%15.31

CMYK Percentages of Color #bc482f

%0
%62
%75
%26

Triadic Colors of #bc482f

#bc482f #2fbc48 #482fbc

Analogous Colors of #bc482f

#bc482f #bc8f2f #bc2f5d

Monochromatic Colors of #bc482f

#bc482f

Complementary Color

#bc482f #2fa3bc

#bc482f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc482f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc482f Color CSS Codes

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

#bc482f Text Font Color

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

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


#bc482f Background Color

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

This div background color is #bc482f


#bc482f Border Color

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

This div border color is #bc482f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc482f


Comments

No comments written yet.

Please login to write comment.