Color Hex Logo

#bc634e Color Hex

#BC634E
(188,99,78)
0 Favorites   0 Comments

Color spaces of #bc634e

RGB 1889978
HSL0.030.450.52
HSV11°59°74°
CMYK 0.000.470.59   0.26
XYZ26.576020.16519.6993
Yxy20.16510.47090.3573
Hunter Lab44.905627.055118.6277
CIE-Lab52.023433.750227.9600

#bc634e color RGB value is (188,99,78).

#bc634e hex color red value is 188, green value is 99 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc634e hue: 0.03 , saturation: 0.45 and the lightness value of bc634e is 0.52.

The process color (four color CMYK) of #bc634e color hex is 0.00, 0.47, 0.59, 0.26. Web safe color of #bc634e is #cc6666. Color #bc634e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 01001110
Octal 274 143 116
Decimal 188 99 78
Hex BC 63 4E

RGB Percentages of Color #bc634e

%51.51
%27.12
%21.37

CMYK Percentages of Color #bc634e

%0
%47
%59
%26

Triadic Colors of #bc634e

#bc634e #4ebc63 #634ebc

Analogous Colors of #bc634e

#bc634e #bc9a4e #bc4e70

Monochromatic Colors of #bc634e

#bc634e

Complementary Color

#bc634e #4ea7bc

#bc634e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc634e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc634e Color CSS Codes

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

#bc634e Text Font Color

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

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


#bc634e Background Color

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

This div background color is #bc634e


#bc634e Border Color

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

This div border color is #bc634e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc634e


Comments

No comments written yet.

Please login to write comment.