Color Hex Logo

#bc675c Color Hex

#BC675C
(188,103,92)
0 Favorites   0 Comments

Color spaces of #bc675c

RGB 18810392
HSL0.020.420.55
HSV51°74°
CMYK 0.000.450.51   0.26
XYZ27.521121.164612.7599
Yxy21.16460.44790.3444
Hunter Lab46.005026.273515.7589
CIE-Lab53.129232.814421.3161

#bc675c color RGB value is (188,103,92).

#bc675c hex color red value is 188, green value is 103 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bc675c hue: 0.02 , saturation: 0.42 and the lightness value of bc675c is 0.55.

The process color (four color CMYK) of #bc675c color hex is 0.00, 0.45, 0.51, 0.26. Web safe color of #bc675c is #cc6666. Color #bc675c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 01011100
Octal 274 147 134
Decimal 188 103 92
Hex BC 67 5C

RGB Percentages of Color #bc675c

%49.09
%26.89
%24.02

CMYK Percentages of Color #bc675c

%0
%45
%51
%26

Triadic Colors of #bc675c

#bc675c #5cbc67 #675cbc

Analogous Colors of #bc675c

#bc675c #bc975c #bc5c81

Monochromatic Colors of #bc675c

#bc675c

Complementary Color

#bc675c #5cb1bc

#bc675c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc675c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc675c Color CSS Codes

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

#bc675c Text Font Color

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

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


#bc675c Background Color

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

This div background color is #bc675c


#bc675c Border Color

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

This div border color is #bc675c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc675c


Comments

No comments written yet.

Please login to write comment.