#BC8927

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

Shades of Nugget #BC8927

Tints of Nugget #BC8927

Color information

#BC8927 (or 0xBC8927) is unknown color: approx Nugget. HEX triplet: BC, 89 and 27. RGB value is (188,137,39). Sum of RGB (Red+Green+Blue) = 188+137+39=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8927 is #4376D8. Grayscale: #8D8D8D. Windows color (decimal): -4421337 or 2591164. OLE color: 2591164.

HSL color Cylindrical-coordinate representation of color #BC8927: hue angle of 39.46º 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 #BC8927 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18813739-
CMYK00.270.790.26
HSL39.46º65.64%44.51%-
HSV(B)39.46º79.26%73.73%-
XYZ30.0528.735.88-
YUV141.0870.4161.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 39 (15.62% from 255) = 10.71%
R=51.65%
G=37.64%
B=10.71%

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
Decimal1881373900.270.790.2639.4665.6444.51
HexBC892701B4F1A27422d
Octal27421147033117324710255
Binary10111100100010011001110110111001111110101001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8927; }

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

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

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

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

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

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

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

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