Color Hex Logo

#bc483f Color Hex

#BC483F
(188,72,63)
0 Favorites   0 Comments

Color spaces of #bc483f

RGB 1887263
HSL0.010.500.49
HSV66°74°
CMYK 0.000.620.66   0.26
XYZ23.953615.68506.4676
Yxy15.68500.51950.3402
Hunter Lab39.604338.653518.0406
CIE-Lab46.558546.177129.8242

#bc483f color RGB value is (188,72,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00111111
Octal 274 110 77
Decimal 188 72 63
Hex BC 48 3F

RGB Percentages of Color #bc483f

%58.20
%22.29
%19.50

CMYK Percentages of Color #bc483f

%0
%62
%66
%26

Triadic Colors of #bc483f

#bc483f #3fbc48 #483fbc

Analogous Colors of #bc483f

#bc483f #bc873f #bc3f75

Monochromatic Colors of #bc483f

#bc483f

Complementary Color

#bc483f #3fb3bc

#bc483f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc483f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc483f Color CSS Codes

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

#bc483f Text Font Color

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

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


#bc483f Background Color

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

This div background color is #bc483f


#bc483f Border Color

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

This div border color is #bc483f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc483f


Comments

No comments written yet.

Please login to write comment.