Color Hex Logo

#bc9017 Color Hex

#BC9017
(188,144,23)
0 Favorites   0 Comments

Color spaces of #bc9017

RGB 18814423
HSL0.120.780.41
HSV44°88°74°
CMYK 0.000.230.88   0.26
XYZ30.867030.69975.1094
Yxy30.69970.46290.4604
Hunter Lab55.40732.478233.3177
CIE-Lab62.25336.382162.7811

#bc9017 color RGB value is (188,144,23).

#bc9017 hex color red value is 188, green value is 144 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bc9017 hue: 0.12 , saturation: 0.78 and the lightness value of bc9017 is 0.41.

The process color (four color CMYK) of #bc9017 color hex is 0.00, 0.23, 0.88, 0.26. Web safe color of #bc9017 is #cc9900. Color #bc9017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 00010111
Octal 274 220 27
Decimal 188 144 23
Hex BC 90 17

RGB Percentages of Color #bc9017

%52.96
%40.56
%6.48

CMYK Percentages of Color #bc9017

%0
%23
%88
%26

Triadic Colors of #bc9017

#bc9017 #17bc90 #9017bc

Analogous Colors of #bc9017

#bc9017 #96bc17 #bc3d17

Monochromatic Colors of #bc9017

#bc9017

Complementary Color

#bc9017 #1743bc

#bc9017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9017 Color CSS Codes

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

#bc9017 Text Font Color

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

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


#bc9017 Background Color

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

This div background color is #bc9017


#bc9017 Border Color

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

This div border color is #bc9017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9017


Comments

No comments written yet.

Please login to write comment.