#BC8A27

Color #BC8A27 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BC8A27

Tints of Nugget #BC8A27

Color information

#BC8A27 (or 0xBC8A27) is unknown color: approx Nugget. HEX triplet: BC, 8A and 27. RGB value is (188,138,39). Sum of RGB (Red+Green+Blue) = 188+138+39=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A27 is #4375D8. Grayscale: #8E8E8E. Windows color (decimal): -4421081 or 2591420. OLE color: 2591420.

HSL color Cylindrical-coordinate representation of color #BC8A27: hue angle of 39.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC8A27 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18813839-
CMYK00.270.790.26
HSL39.87º65.64%44.51%-
HSV(B)39.87º79.26%73.73%-
XYZ30.1929.015.93-
YUV141.6670.06161.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 39 (15.62% from 255) = 10.68%
R=51.51%
G=37.81%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881383900.270.790.2639.8765.6444.51
HexBC8A2701B4F1A28422d
Octal27421247033117325010255
Binary10111100100010101001110110111001111110101010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A27; }

 p { color: rgb(188,138,39); }

 H1.HeaderClassName
 {
   color: #BC8A27;
 }
 .AnyTagClassName
 {
   color: #BC8A27;
 }
</style>
background-color css

<style>
 a { background-color: #BC8A27; }

 a { background-color: rgb(188,138,39); }

 div.DivClassName
 {
   background-color: #BC8A27;
 }
 .BgClassName
 {
   background-color: #BC8A27;
 }
</style>
border-color css

<style>
 span { border-color: #BC8A27; }

 span { border-color: rgb(188,138,39); }

 td.TdClassName
 {
   border-color: #BC8A27;
 }
 .TagClassName
 {
   border-color: #BC8A27;
 }
</style>