#BC8A21

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

Shades of Nugget #BC8A21

Tints of Nugget #BC8A21

Color information

#BC8A21 (or 0xBC8A21) is unknown color: approx Nugget. HEX triplet: BC, 8A and 21. RGB value is (188,138,33). Sum of RGB (Red+Green+Blue) = 188+138+33=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A21 is #4375DE. Grayscale: #8D8D8D. Windows color (decimal): -4421087 or 2198204. OLE color: 2198204.

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

Color convert

RGB18813833-
CMYK00.270.820.26
HSL40.65º70.14%43.33%-
HSV(B)40.65º82.45%73.73%-
XYZ30.128.985.45-
YUV140.9867.06161.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 33 (13.28% from 255) = 9.19%
R=52.37%
G=38.44%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881383300.270.820.2640.6570.1443.33
HexBC8A2101B521A29462b
Octal27421241033122325110653
Binary10111100100010101000010110111010010110101010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A21; }

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

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

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

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

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

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

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

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