Color Hex Logo

#bc9161 Color Hex

#BC9161
(188,145,97)
0 Favorites   0 Comments

Color spaces of #bc9161

RGB 18814597
HSL0.090.400.56
HSV32°48°74°
CMYK 0.000.230.48   0.26
XYZ33.022131.805215.7078
Yxy31.80520.41000.3949
Hunter Lab56.39615.825522.9634
CIE-Lab63.181610.200331.6265

#bc9161 color RGB value is (188,145,97).

#bc9161 hex color red value is 188, green value is 145 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bc9161 hue: 0.09 , saturation: 0.40 and the lightness value of bc9161 is 0.56.

The process color (four color CMYK) of #bc9161 color hex is 0.00, 0.23, 0.48, 0.26. Web safe color of #bc9161 is #cc9966. Color #bc9161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 01100001
Octal 274 221 141
Decimal 188 145 97
Hex BC 91 61

RGB Percentages of Color #bc9161

%43.72
%33.72
%22.56

CMYK Percentages of Color #bc9161

%0
%23
%48
%26

Triadic Colors of #bc9161

#bc9161 #61bc91 #9161bc

Analogous Colors of #bc9161

#bc9161 #babc61 #bc6361

Monochromatic Colors of #bc9161

#bc9161

Complementary Color

#bc9161 #618cbc

#bc9161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9161 Color CSS Codes

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

#bc9161 Text Font Color

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

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


#bc9161 Background Color

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

This div background color is #bc9161


#bc9161 Border Color

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

This div border color is #bc9161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9161


Comments

No comments written yet.

Please login to write comment.