Color Hex Logo

#bc635e Color Hex

#BC635E
(188,99,94)
0 Favorites   0 Comments

Color spaces of #bc635e

RGB 1889994
HSL0.010.410.55
HSV50°74°
CMYK 0.000.470.50   0.26
XYZ27.221320.423213.0970
Yxy20.42320.44810.3362
Hunter Lab45.192028.432914.4517
CIE-Lab52.312435.129719.0534

#bc635e color RGB value is (188,99,94).

#bc635e hex color red value is 188, green value is 99 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc635e hue: 0.01 , saturation: 0.41 and the lightness value of bc635e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 01011110
Octal 274 143 136
Decimal 188 99 94
Hex BC 63 5E

RGB Percentages of Color #bc635e

%49.34
%25.98
%24.67

CMYK Percentages of Color #bc635e

%0
%47
%50
%26

Triadic Colors of #bc635e

#bc635e #5ebc63 #635ebc

Analogous Colors of #bc635e

#bc635e #bc925e #bc5e88

Monochromatic Colors of #bc635e

#bc635e

Complementary Color

#bc635e #5eb7bc

#bc635e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc635e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc635e Color CSS Codes

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

#bc635e Text Font Color

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

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


#bc635e Background Color

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

This div background color is #bc635e


#bc635e Border Color

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

This div border color is #bc635e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc635e


Comments

No comments written yet.

Please login to write comment.