Color Hex Logo

#bc483d Color Hex

#BC483D
(188,72,61)
0 Favorites   0 Comments

Color spaces of #bc483d

RGB 1887261
HSL0.010.510.49
HSV68°74°
CMYK 0.000.620.68   0.26
XYZ23.898715.66306.1785
Yxy15.66300.52250.3424
Hunter Lab39.576538.530318.4475
CIE-Lab46.529246.061830.9542

#bc483d color RGB value is (188,72,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00111101
Octal 274 110 75
Decimal 188 72 61
Hex BC 48 3D

RGB Percentages of Color #bc483d

%58.57
%22.43
%19.00

CMYK Percentages of Color #bc483d

%0
%62
%68
%26

Triadic Colors of #bc483d

#bc483d #3dbc48 #483dbc

Analogous Colors of #bc483d

#bc483d #bc883d #bc3d72

Monochromatic Colors of #bc483d

#bc483d

Complementary Color

#bc483d #3db1bc

#bc483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc483d Color CSS Codes

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

#bc483d Text Font Color

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

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


#bc483d Background Color

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

This div background color is #bc483d


#bc483d Border Color

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

This div border color is #bc483d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc483d


Comments

No comments written yet.

Please login to write comment.