Color Hex Logo

#bc910d Color Hex

#BC910D
(188,145,13)
0 Favorites   0 Comments

Color spaces of #bc910d

RGB 18814513
HSL0.130.870.39
HSV45°93°74°
CMYK 0.000.230.93   0.26
XYZ30.937130.97124.7283
Yxy30.97120.46430.4648
Hunter Lab55.65181.838433.9188
CIE-Lab62.48335.650765.0177

#bc910d color RGB value is (188,145,13).

#bc910d hex color red value is 188, green value is 145 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bc910d hue: 0.13 , saturation: 0.87 and the lightness value of bc910d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 00001101
Octal 274 221 15
Decimal 188 145 13
Hex BC 91 D

RGB Percentages of Color #bc910d

%54.34
%41.91
%3.76

CMYK Percentages of Color #bc910d

%0
%23
%93
%26

Triadic Colors of #bc910d

#bc910d #0dbc91 #910dbc

Analogous Colors of #bc910d

#bc910d #90bc0d #bc3a0d

Monochromatic Colors of #bc910d

#bc910d

Complementary Color

#bc910d #0d38bc

#bc910d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc910d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc910d Color CSS Codes

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

#bc910d Text Font Color

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

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


#bc910d Background Color

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

This div background color is #bc910d


#bc910d Border Color

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

This div border color is #bc910d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc910d


Comments

No comments written yet.

Please login to write comment.