Color Hex Logo

#bc9153 Color Hex

#BC9153
(188,145,83)
0 Favorites   0 Comments

Color spaces of #bc9153

RGB 18814583
HSL0.100.440.53
HSV35°56°74°
CMYK 0.000.230.56   0.26
XYZ32.425831.566712.5676
Yxy31.56670.42350.4123
Hunter Lab56.18434.695826.0667
CIE-Lab62.98318.926938.7998

#bc9153 color RGB value is (188,145,83).

#bc9153 hex color red value is 188, green value is 145 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bc9153 hue: 0.10 , saturation: 0.44 and the lightness value of bc9153 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 01010011
Octal 274 221 123
Decimal 188 145 83
Hex BC 91 53

RGB Percentages of Color #bc9153

%45.19
%34.86
%19.95

CMYK Percentages of Color #bc9153

%0
%23
%56
%26

Triadic Colors of #bc9153

#bc9153 #53bc91 #9153bc

Analogous Colors of #bc9153

#bc9153 #b3bc53 #bc5d53

Monochromatic Colors of #bc9153

#bc9153

Complementary Color

#bc9153 #537ebc

#bc9153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9153 Color CSS Codes

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

#bc9153 Text Font Color

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

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


#bc9153 Background Color

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

This div background color is #bc9153


#bc9153 Border Color

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

This div border color is #bc9153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9153


Comments

No comments written yet.

Please login to write comment.