Color Hex Logo

#bc632d Color Hex

#BC632D
(188,99,45)
0 Favorites   0 Comments

Color spaces of #bc632d

RGB 1889945
HSL0.060.610.46
HSV23°76°74°
CMYK 0.000.470.76   0.26
XYZ25.674519.80454.9521
Yxy19.80450.50910.3927
Hunter Lab44.502225.102324.5539
CIE-Lab51.615531.768945.1880

#bc632d color RGB value is (188,99,45).

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

The process color (four color CMYK) of #bc632d color hex is 0.00, 0.47, 0.76, 0.26. Web safe color of #bc632d is #cc6633. Color #bc632d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 00101101
Octal 274 143 55
Decimal 188 99 45
Hex BC 63 2D

RGB Percentages of Color #bc632d

%56.63
%29.82
%13.55

CMYK Percentages of Color #bc632d

%0
%47
%76
%26

Triadic Colors of #bc632d

#bc632d #2dbc63 #632dbc

Analogous Colors of #bc632d

#bc632d #bcab2d #bc2d3e

Monochromatic Colors of #bc632d

#bc632d

Complementary Color

#bc632d #2d86bc

#bc632d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc632d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc632d Color CSS Codes

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

#bc632d Text Font Color

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

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


#bc632d Background Color

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

This div background color is #bc632d


#bc632d Border Color

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

This div border color is #bc632d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc632d


Comments

No comments written yet.

Please login to write comment.