Color Hex Logo

#bc462d Color Hex

#BC462D
(188,70,45)
0 Favorites   0 Comments

Color spaces of #bc462d

RGB 1887045
HSL0.030.610.46
HSV10°76°74°
CMYK 0.000.630.76   0.26
XYZ23.402915.26114.1949
Yxy15.26110.54600.3561
Hunter Lab39.065538.569220.9792
CIE-Lab45.989846.189439.3302

#bc462d color RGB value is (188,70,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 00101101
Octal 274 106 55
Decimal 188 70 45
Hex BC 46 2D

RGB Percentages of Color #bc462d

%62.05
%23.10
%14.85

CMYK Percentages of Color #bc462d

%0
%63
%76
%26

Triadic Colors of #bc462d

#bc462d #2dbc46 #462dbc

Analogous Colors of #bc462d

#bc462d #bc8e2d #bc2d5c

Monochromatic Colors of #bc462d

#bc462d

Complementary Color

#bc462d #2da3bc

#bc462d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc462d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc462d Color CSS Codes

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

#bc462d Text Font Color

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

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


#bc462d Background Color

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

This div background color is #bc462d


#bc462d Border Color

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

This div border color is #bc462d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc462d


Comments

No comments written yet.

Please login to write comment.