Color Hex Logo

#bc846e Color Hex

#BC846E
(188,132,110)
0 Favorites   0 Comments

Color spaces of #bc846e

RGB 188132110
HSL0.050.370.58
HSV17°41°74°
CMYK 0.000.300.41   0.26
XYZ31.804828.319718.5418
Yxy28.31970.40430.3600
Hunter Lab53.216313.552416.5933
CIE-Lab60.176518.779920.4824

#bc846e color RGB value is (188,132,110).

#bc846e hex color red value is 188, green value is 132 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc846e hue: 0.05 , saturation: 0.37 and the lightness value of bc846e is 0.58.

The process color (four color CMYK) of #bc846e color hex is 0.00, 0.30, 0.41, 0.26. Web safe color of #bc846e is #cc9966. Color #bc846e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 01101110
Octal 274 204 156
Decimal 188 132 110
Hex BC 84 6E

RGB Percentages of Color #bc846e

%43.72
%30.70
%25.58

CMYK Percentages of Color #bc846e

%0
%30
%41
%26

Triadic Colors of #bc846e

#bc846e #6ebc84 #846ebc

Analogous Colors of #bc846e

#bc846e #bcab6e #bc6e7f

Monochromatic Colors of #bc846e

#bc846e

Complementary Color

#bc846e #6ea6bc

#bc846e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc846e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc846e Color CSS Codes

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

#bc846e Text Font Color

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

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


#bc846e Background Color

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

This div background color is #bc846e


#bc846e Border Color

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

This div border color is #bc846e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc846e


Comments

No comments written yet.

Please login to write comment.