#bc9626

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

Shades of Nugget #BC9626

Tints of Nugget #BC9626

Color information

#BC9626 (or 0xBC9626) is unknown color: approx Nugget. HEX triplet: BC, 96 and 26. RGB value is (188,150,38). Sum of RGB (Red+Green+Blue) = 188+150+38=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9626 is #4369D9. Grayscale: #959595. Windows color (decimal): -4418010 or 2528956. OLE color: 2528956.

HSL color Cylindrical-coordinate representation of color #BC9626: hue angle of 44.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC9626 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18815038-
CMYK00.200.800.26
HSL44.8º66.37%44.31%-
HSV(B)44.8º79.79%73.73%-
XYZ3232.646.45-
YUV148.5965.59156.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 38 (15.23% from 255) = 10.11%
R=50%
G=39.89%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881503800.200.800.2644.866.3744.31
HexBC9626014501A2d422c
Octal27422646024120325510254
Binary10111100100101101001100101001010000110101011011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc9626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc9626; }

 p { color: rgb(188,150,38); }

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

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

 a { background-color: rgb(188,150,38); }

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

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

 span { border-color: rgb(188,150,38); }

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